From 794d848f571aeaaf69f409a5bbcf7cba97da6062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Mon, 10 Jan 2022 16:45:55 +0100 Subject: [PATCH] Merge pull request #6200 from overleaf/jel-toggle-rich-text [web] Fix toggle for older browsers GitOrigin-RevId: 1d30cf2a9cabf1b436f6f6419da7d1ef322aaa68 --- services/web/frontend/stylesheets/app/editor/toolbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index 481d36e538..ece6c0b2e7 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -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%;