Merge pull request #10790 from overleaf/ds-history-toggle-bug-fix

Fixed the bug with 2/3 way segmented control.

GitOrigin-RevId: d2e340c097d60ef47b4cf2817a413cc574a871de
This commit is contained in:
Davinder Singh 2022-12-07 10:52:05 +00:00 committed by Copybot
parent ac8edba968
commit 60dc53e685
2 changed files with 3 additions and 2 deletions

View file

@ -61,6 +61,8 @@
flex: 0 0 @changesListWidth;
padding: 0 10px;
border-left: 1px solid @editor-border-color;
display: flex;
justify-content: center;
}
.history-entries {

View file

@ -237,12 +237,11 @@
}
.toggle-switch {
display: flex;
display: inline-flex;
align-items: center;
height: @toolbar-btn-height;
margin-right: 5px;
border-radius: @btn-border-radius-base;
overflow: hidden;
background-color: @toggle-switch-bg;
padding: 2px;
}