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:
parent
5f3e6bf24c
commit
bc6669150d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue