We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c070843 commit a95f5ecCopy full SHA for a95f5ec
web_src/css/base.css
@@ -1002,12 +1002,12 @@ overflow-menu .ui.label {
1002
text-align: right !important;
1003
color: var(--color-text-light-2);
1004
width: 1%; /* this apparently needs to be a percentage so that code column stretches in diffs */
1005
- min-width: 50px;
+ min-width: 72px;
1006
white-space: nowrap;
1007
}
1008
1009
-.code-diff-unified .lines-num {
1010
- min-width: 40px;
+.code-diff .lines-num {
+ min-width: 50px;
1011
1012
1013
.lines-num span.bottom-line::after {
0 commit comments