Fix alignment of buttons
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
committed by
Julius Härtl
parent
1defc48179
commit
f4a5a0c36c
@@ -25,8 +25,10 @@
|
||||
* General styles
|
||||
*/
|
||||
|
||||
button,
|
||||
.button,
|
||||
.app-deck .icon {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
input.input-inline {
|
||||
@@ -150,6 +152,7 @@ button.button-inline:hover {
|
||||
|
||||
.board-header-controls {
|
||||
margin-left: auto;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.board-header-controls.app-popover-menu-utils {
|
||||
|
||||
Reference in New Issue
Block a user