[DE] Fix bug with move-buttons in Insert Footnote button in the toolbar.

This commit is contained in:
Julia Radzhabova 2017-08-15 16:15:21 +03:00
parent 2db70932f2
commit a264c1f687

View file

@ -129,6 +129,12 @@
min-width: 0; min-width: 0;
} }
button.small .icon {
width: 20px;
height: 20px;
min-width: 0;
}
&.dropdown-toggle { &.dropdown-toggle {
.caption { .caption {
max-width: 100px; max-width: 100px;
@ -172,6 +178,9 @@
.mx-button-otherstates-icon2(@icon-size); .mx-button-otherstates-icon2(@icon-size);
} }
.btn.small {
.mx-button-otherstates-icon2(20px);
}
} }
} }