fix display styles bugs

This commit is contained in:
Mathieu Jaumotte 2021-08-18 10:03:12 +02:00
parent 28435940f1
commit 41fe95c80f
2 changed files with 6 additions and 0 deletions

View File

@ -111,3 +111,8 @@ $chill-theme-buttons: (
}
}
}
// fix min-width on small pictos buttons
.btn-sm, .btn-group-sm > .btn {
min-width: 36px;
}

View File

@ -51,6 +51,7 @@ div.flex-bloc {
flex-grow: 0; flex-shrink: 1; flex-basis: auto;
flex-direction: column;
margin: 0;
hyphens: auto;
div.item-row {
flex-grow: 1; flex-shrink: 1; flex-basis: auto;