From 8537a37020cd820f4c5717839360a307c0e82218 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 30 Nov 2022 09:45:51 -0600 Subject: [PATCH] Merge pull request #10726 from overleaf/ds-bug-fix-history-segmented-control Bug fix- Fixed the 2 way segmented control on history panel. GitOrigin-RevId: 6d514ed2f1fd9b8342e918089d3966c1a1a388ba --- 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 36ddbaf3ab..b6fcbe741d 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -237,7 +237,7 @@ } .toggle-switch { - display: flex; + display: inline-flex; align-items: center; height: @toolbar-btn-height; margin-right: 5px;