Merge pull request #21347 from overleaf/td-document-diff-viewer-full-width

Make document diff viewer always take up the full width of its container

GitOrigin-RevId: cdb593700c403564bdf297ea838b279e7e73bba2
This commit is contained in:
Tim Down 2024-10-24 10:58:57 +01:00 committed by Copybot
parent 4bbde479a5
commit 792c9774a5
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ history-root {
.history-react {
display: flex;
justify-content: center;
height: 100%;
background-color: @history-main-bg;
@ -400,6 +401,7 @@ history-root {
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
position: relative;
.cm-viewer-container,

View file

@ -25,6 +25,7 @@ history-root {
--history-change-list-padding: var(--spacing-06);
display: flex;
justify-content: center;
height: 100%;
background-color: var(--bg-light-primary);
@ -396,6 +397,7 @@ history-root {
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
position: relative;
.cm-viewer-container,