diff --git a/services/web/frontend/stylesheets/pages/editor/rail.scss b/services/web/frontend/stylesheets/pages/editor/rail.scss index 2d777ed155..9c6b7c0eb9 100644 --- a/services/web/frontend/stylesheets/pages/editor/rail.scss +++ b/services/web/frontend/stylesheets/pages/editor/rail.scss @@ -50,6 +50,7 @@ body { color: var(--ide-rail-color); margin-bottom: 0; font-weight: bold; + width: 100%; } .ide-rail-tab-button { diff --git a/services/web/frontend/stylesheets/pages/editor/review-panel.scss b/services/web/frontend/stylesheets/pages/editor/review-panel.scss index 428c71a942..aafd778f95 100644 --- a/services/web/frontend/stylesheets/pages/editor/review-panel.scss +++ b/services/web/frontend/stylesheets/pages/editor/review-panel.scss @@ -253,7 +253,6 @@ del.review-panel-content-highlight { justify-content: center; border-bottom: 1px solid var(--review-panel-border-color); background-color: var(--review-panel-header-bg-color); - text-align: center; z-index: 4; }