fix content-warning text overlap in certain cases

This commit is contained in:
Nicolas Constant 2019-06-15 18:35:54 -04:00
parent 0e1ca8cf71
commit 9feddaf819
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 2 deletions

View File

@ -123,9 +123,9 @@
}
&__content-warning {
min-height: 80px;
display: block; // border: 1px solid greenyellow;
display: block;
margin: 0 10px 0 $avatar-column-space;
padding: 3px 5px 3px 5px;
padding: 3px 5px 12px 5px;
text-decoration: none;
text-align: center;