mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 14:11:02 +00:00
Merge pull request #6200 from overleaf/jel-toggle-rich-text
[web] Fix toggle for older browsers GitOrigin-RevId: 1d30cf2a9cabf1b436f6f6419da7d1ef322aaa68
This commit is contained in:
parent
25f3ca2be2
commit
794d848f57
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,6 @@
|
|||
|
||||
.toggle-switch {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 24px;
|
||||
width: 100%;
|
||||
background-color: @toggle-switch-bg;
|
||||
|
@ -269,6 +268,7 @@
|
|||
|
||||
.toggle-switch-label {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
|
|
Loading…
Reference in a new issue