mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Adjust styling to work with wrapper
This commit is contained in:
parent
611a6f9c0b
commit
12d7eb8a46
1 changed files with 5 additions and 2 deletions
|
@ -249,12 +249,15 @@
|
|||
/**************************************
|
||||
Formatting buttons
|
||||
***************************************/
|
||||
formatting-buttons {
|
||||
display: flex;
|
||||
.formatting-buttons {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.formatting-buttons-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.formatting-btn {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue