]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/follows.component.scss
Fix ng select in admin
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.scss
index 08b3737f838ec1b5b9207b9b84b1898a73797b5b..33ff1753917b72e01e71de36ca7e75a59825f2f4 100644 (file)
@@ -1,10 +1,10 @@
+@import "mixins";
+
 .form-sub-title {
   flex-grow: 0;
   margin-right: 30px;
 }
 
-/deep/ .tab-content {
-  height: 0;
-  min-height: 0;
-  padding: 0;
+.badge {
+  @include table-badge;
 }