support of very long CW

This commit is contained in:
Nicolas Constant 2019-02-24 15:44:02 -05:00
parent 0141b8f6d1
commit 6600689dcc
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@
display: block;
}
&__content-warning {
height: 80px;
min-height: 80px;
display: block; // border: 1px solid greenyellow;
margin: 0 10px 0 $avatar-column-space;
padding: 3px 5px 0 5px;
padding: 3px 5px 3px 5px;
background-color: $content-warning-background-color;
color: $content-warning-font-color;
border-radius: 3px;