Skip to content

Commit

Permalink
update min-widths
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 12, 2024
1 parent c070843 commit a95f5ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1002,12 +1002,12 @@ overflow-menu .ui.label {
text-align: right !important;
color: var(--color-text-light-2);
width: 1%; /* this apparently needs to be a percentage so that code column stretches in diffs */
min-width: 50px;
min-width: 72px;
white-space: nowrap;
}

.code-diff-unified .lines-num {
min-width: 40px;
.code-diff .lines-num {
min-width: 50px;
}

.lines-num span.bottom-line::after {
Expand Down

0 comments on commit a95f5ec

Please sign in to comment.