Flag reason "something else" fix
This commit is contained in:
parent
34516c72bd
commit
7228c4964c
|
@ -119,8 +119,8 @@ label {
|
|||
input {
|
||||
&[type="radio"],
|
||||
&[type="checkbox"] {
|
||||
margin-top: 3px;
|
||||
margin-right: 3px;
|
||||
margin-top: 0.17em;
|
||||
margin-right: 0.43em;
|
||||
line-height: $line-height-small;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -500,6 +500,7 @@
|
|||
.flag-modal {
|
||||
max-height: 450px;
|
||||
.flag-action-type-details {
|
||||
width: 100%;
|
||||
line-height: $line-height-large;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue