blob: 02ccfc8cab621ee215f58da1e5e6e8512fb9ac0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
@import 'variables';
@import 'mixins';
.form-sub-title {
flex-grow: 0;
margin-right: 30px;
}
.moderation-expanded-label {
font-weight: $font-semibold;
min-width: 200px;
display: inline-block;
}
.moderation-expanded-text {
display: inline-block;
}
.moderation-expanded {
word-wrap: break-word;
overflow: visible !important;
text-overflow: unset !important;
white-space: unset !important;
}
|