Fix alignment of buttons

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj
2017-05-27 15:53:08 +02:00
committed by Julius Härtl
parent 1defc48179
commit f4a5a0c36c
2 changed files with 7 additions and 4 deletions

View File

@@ -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 {