]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-user-subscription/subscribe-button.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-user-subscription / subscribe-button.component.scss
index 889596b620ec65c56a905e0def114dfc3ed1b0ce..a39ce90e3475627794d0c46986912f3db98130f8 100644 (file)
@@ -4,6 +4,8 @@
 .btn-group-subscribe {
   @include peertube-button;
 
+  padding: 0;
+
   button.dropdown-toggle {
     font-size: $button-font-size;
     line-height: 1.2;
       cursor: pointer;
     }
 
+    .dropdown-item {
+      @media screen and (max-width: $mobile-view) {
+        white-space: normal;
+      }
+    }
+
     .dropdown-item-neutral {
       cursor: default;