Fix contact admin button overflow

pull/1787/head
Chocobozzz 2019-04-25 10:14:35 +02:00
parent 616a03d55e
commit ad5718261d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
& > .contact-admin { & > .contact-admin {
@include peertube-button; @include peertube-button;
@include orange-button; @include orange-button;
height: fit-content;
} }
} }