Flag reason "something else" fix

This commit is contained in:
Kris 2018-10-02 12:04:37 -04:00
parent 34516c72bd
commit 7228c4964c
2 changed files with 3 additions and 2 deletions

View File

@ -119,8 +119,8 @@ label {
input { input {
&[type="radio"], &[type="radio"],
&[type="checkbox"] { &[type="checkbox"] {
margin-top: 3px; margin-top: 0.17em;
margin-right: 3px; margin-right: 0.43em;
line-height: $line-height-small; line-height: $line-height-small;
cursor: pointer; cursor: pointer;
} }

View File

@ -500,6 +500,7 @@
.flag-modal { .flag-modal {
max-height: 450px; max-height: 450px;
.flag-action-type-details { .flag-action-type-details {
width: 100%;
line-height: $line-height-large; line-height: $line-height-large;
} }
} }