Flag reason "something else" fix
This commit is contained in:
parent
34516c72bd
commit
7228c4964c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue