Merge remote-tracking branch 'origin/communities-comments' into communities-comments

pull/1/head
David Benqué 5 years ago
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…
Cancel
Save