Fix create card issue on NC12

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-10-08 11:45:17 +02:00
parent 4e4d412717
commit 1ede06fe45

View File

@@ -85,11 +85,16 @@ input.input-inline {
.app-navigation-entry-edit {
height: auto;
.colorselect div{
height: 32px;
}
form {
display: flex;
flex-wrap: wrap;
}
.colorselect {
width: 100%;
div{
height: 32px;
}
}
}