-
Notifications
You must be signed in to change notification settings - Fork 15
Additional CSS line count should be narrower #83
Comments
@melchoyce the gutter width is to give room for the error/warning icons. |
@melchoyce yes, that's right. There isn't a linter for PHP yet (#48) so the gutter is not present. |
Okay 👍 Any way we could still tighten up the space a bit? |
Probably, but it would require some CodeMirror research. Help wanted. |
CodeMirror takes the number columns width right from the CSS, so adding (Additionally you can shave off a few more pixels with padding on that class. The biggest space is the 16px for the linting and hinting, which I haven't yet figured out how to shrink. Maybe there's a way to overlay the error icon onto the numbers? Worth looking into, or nah? |
Despite only having one digit per line, the line count is quite wide:
The text was updated successfully, but these errors were encountered: