Merge remote-tracking branch 'origin/communities-comments' into communities-comments
commit
ddb833eb97
|
@ -29,9 +29,10 @@
|
|||
align-items: flex-start;
|
||||
div.cp-textarea {
|
||||
flex: 1;
|
||||
min-height: 50px;
|
||||
height: 50px;
|
||||
padding: 2px 8px;
|
||||
min-height: 52px; // 22px per line + 8 (padding+border)
|
||||
height: unset !important;
|
||||
max-height: 140px; // 6 lines
|
||||
padding: 3px 5px;
|
||||
}
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue