Skip to content

Commit a95f5ec

Browse files
committed
update min-widths
1 parent c070843 commit a95f5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_src/css/base.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1002,12 +1002,12 @@ overflow-menu .ui.label {
10021002
text-align: right !important;
10031003
color: var(--color-text-light-2);
10041004
width: 1%; /* this apparently needs to be a percentage so that code column stretches in diffs */
1005-
min-width: 50px;
1005+
min-width: 72px;
10061006
white-space: nowrap;
10071007
}
10081008

1009-
.code-diff-unified .lines-num {
1010-
min-width: 40px;
1009+
.code-diff .lines-num {
1010+
min-width: 50px;
10111011
}
10121012

10131013
.lines-num span.bottom-line::after {

0 commit comments

Comments
 (0)