Merge "styles: Avoid misalignments when line numbering is disabled"

This commit is contained in:
jenkins-bot 2024-12-11 00:48:20 +00:00 committed by Gerrit Code Review
commit 70358c9e69

View file

@ -67,6 +67,9 @@
.cm-content {
padding: 0;
// T381714: Disable the automatic minimum size, so it can shrink
// See https://www.w3.org/TR/css-flexbox-1/#min-size-auto
min-width: 0;
}
.CodeMirror-selected {