diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-25 10:14:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-25 10:14:35 +0200 |
commit | ad5718261dba5846802bf91bf848423b1774b04f (patch) | |
tree | 3d869f8f4b099ad6b814840e13c2ed2d3e7b798a /client/src | |
parent | 616a03d55e30ac6ec0a3ba65a964f5cb9e2e026c (diff) | |
download | PeerTube-ad5718261dba5846802bf91bf848423b1774b04f.tar.gz PeerTube-ad5718261dba5846802bf91bf848423b1774b04f.tar.zst PeerTube-ad5718261dba5846802bf91bf848423b1774b04f.zip |
Fix contact admin button overflow
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index 3aba7fe42..0296ae8e9 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -14,6 +14,8 @@ | |||
14 | & > .contact-admin { | 14 | & > .contact-admin { |
15 | @include peertube-button; | 15 | @include peertube-button; |
16 | @include orange-button; | 16 | @include orange-button; |
17 | |||
18 | height: fit-content; | ||
17 | } | 19 | } |
18 | } | 20 | } |
19 | 21 | ||