FIX: Don't set assign button's height (#71)

"we can't use flex for buttons yet" – now we can, and we do! e71f5e8951

Fixes an issue with assign button height in some themes.
This commit is contained in:
Jarek Radosz 2020-07-03 12:33:59 +02:00 committed by GitHub
parent 5f3e6bf24c
commit bc6669150d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -81,10 +81,7 @@
} }
} }
// we can't use flex for buttons yet
// so this is an attempt to have a pixel perfection positioning
#topic-footer-button-assign { #topic-footer-button-assign {
height: 30px;
padding: 0 12px; padding: 0 12px;
.d-button-label { .d-button-label {