]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix contact admin button overflow
authorChocobozzz <me@florianbigard.com>
Thu, 25 Apr 2019 08:14:35 +0000 (10:14 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Apr 2019 08:14:35 +0000 (10:14 +0200)
client/src/app/+about/about-instance/about-instance.component.scss

index 3aba7fe42ecd58df704c9bbd4f748b0da6fab2df..0296ae8e9082f39bde640b576934e2fd176f5727 100644 (file)
@@ -14,6 +14,8 @@
   & > .contact-admin {
     @include peertube-button;
     @include orange-button;
+
+    height: fit-content;
   }
 }