fix resize issue
This commit is contained in:
parent
141f3e21b2
commit
9d00db06b2
@ -1160,11 +1160,16 @@ img.mail-conv-sender-photo {
|
||||
}
|
||||
|
||||
#profile-jot-text {
|
||||
resize: vertical;
|
||||
resize: none;
|
||||
border-width: 0px;
|
||||
border-radius: $radiuspx;
|
||||
}
|
||||
|
||||
#profile-jot-text:focus {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
||||
#profile-jot-text::-webkit-input-placeholder {
|
||||
font-size:16px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user