[DE] Fix bug with move-buttons in Insert Footnote button in the toolbar.
This commit is contained in:
parent
2db70932f2
commit
a264c1f687
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue