зеркало из https://github.com/mozilla/brackets.git
Fix https://github.com/mozilla/thimble.webmaker.org/issues/945 - reduce line number gutter width
This commit is contained in:
Родитель
5e83f13abb
Коммит
302d45313c
|
@ -170,7 +170,9 @@ div.CodeMirror-cursors {
|
|||
|
||||
.CodeMirror-linenumber {
|
||||
color: @accent-comment;
|
||||
/* XXXBramble: Brackets does this, but we don't need that much extra width
|
||||
min-width: 2.5em;
|
||||
*/
|
||||
/*font-size: 0.9em;*/ /* restore after SourceCodePro font fix? */
|
||||
padding: 0 @code-padding 0 10px; // note: overridden if code-folding gutter is shown
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче