We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09cbe87 + 32239a0 commit 551a0b4Copy full SHA for 551a0b4
1 file changed
src/ui/css/diff2html.css
@@ -124,7 +124,7 @@
124
display: inline-block;
125
white-space: nowrap;
126
user-select: none;
127
- width: 100%;
+ width: calc(100% - 16em);
128
/* Compensate for the absolute positioning of the line numbers */
129
padding: 0 8em;
130
}
@@ -133,7 +133,7 @@
133
134
135
136
- width: auto;
+ width: calc(100% - 9em);
137
138
padding: 0 4.5em;
139
0 commit comments