Client: add basic support to report video abuses
[oweals/peertube.git] / client / src / app / admin / requests / request-stats / request-stats.component.scss
1 .label-description {
2   display: inline-block;
3   font-weight: bold;
4   color: black;
5 }
6
7 .requests-general {
8   .label-description {
9     width: 320px;
10   }
11 }
12
13 .requests-limit {
14   margin-top: 20px;
15
16   .label-description {
17     width: 430px;
18   }
19 }