mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Reduce width of overflowed button menu
This commit is contained in:
parent
c5f62d3aa3
commit
611a6f9c0b
1 changed files with 5 additions and 0 deletions
|
@ -292,8 +292,13 @@ formatting-buttons {
|
||||||
|
|
||||||
.formatting-menu {
|
.formatting-menu {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
max-width: 130px;
|
||||||
|
|
||||||
.formatting-menu-item {
|
.formatting-menu-item {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
&:nth-of-type(4n + 1) .formatting-btn {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue