Fix notification z-index on modals
[oweals/peertube.git] / client / src / app / +admin / moderation / moderation.component.scss
1 @import 'variables';
2 @import 'mixins';
3
4 .form-sub-title {
5   flex-grow: 0;
6   margin-right: 30px;
7 }
8
9 .moderation-expanded-label {
10   font-weight: $font-semibold;
11   min-width: 200px;
12   display: inline-block;
13   vertical-align: top;
14 }
15
16 .moderation-expanded-text {
17   display: inline-block;
18 }
19
20 .moderation-expanded {
21   word-wrap: break-word;
22   overflow: visible !important;
23   text-overflow: unset !important;
24   white-space: unset !important;
25 }