]>
Commit | Line | Data |
---|---|---|
83b5fe9c FA |
1 | @import 'variables'; |
2 | @import 'mixins'; | |
3 | ||
614d1ae9 C |
4 | .form-sub-title { |
5 | flex-grow: 0; | |
6 | margin-right: 30px; | |
7 | } | |
83b5fe9c FA |
8 | |
9 | .moderation-expanded-label { | |
10 | font-weight: $font-semibold; | |
11 | min-width: 200px; | |
12 | display: inline-block; | |
1506307f | 13 | vertical-align: top; |
83b5fe9c FA |
14 | } |
15 | ||
16 | .moderation-expanded-text { | |
17 | display: inline-block; | |
18 | } | |
19 | ||
20 | .moderation-expanded { | |
74d63469 GR |
21 | word-wrap: break-word; |
22 | overflow: visible !important; | |
23 | text-overflow: unset !important; | |
24 | white-space: unset !important; | |
83b5fe9c | 25 | } |