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
|
||||||
***************************************/
|
***************************************/
|
||||||
formatting-buttons {
|
.formatting-buttons {
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.formatting-buttons-wrapper {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.formatting-btn {
|
.formatting-btn {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue