]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/admin/requests/request-stats/request-stats.component.scss
Adapt requests controller/front to new informations
[github/Chocobozzz/PeerTube.git] / client / src / app / admin / requests / request-stats / request-stats.component.scss
index 92c28dc99521bca903cc02286a44570d471d3890..9c68fba9900487d65866d2b138058c4bfbd5f230 100644 (file)
@@ -1,6 +1,19 @@
 .label-description {
   display: inline-block;
-  width: 350px;
   font-weight: bold;
   color: black;
 }
+
+.requests-general {
+  .label-description {
+    width: 320px;
+  }
+}
+
+.requests-limit {
+  margin-top: 20px;
+
+  .label-description {
+    width: 430px;
+  }
+}