add min-width to tabs

This commit is contained in:
Jiiks 2018-03-05 05:02:49 +02:00
parent da58d2e8b5
commit 064065cfe1
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
&.bd-active {
cursor: default;
}
.bd-settingswrap & {
min-width: 150px;
}
}
.bd-material-button-wrap {