mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
gutter line number size is kinda big
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
}
|
||||
|
||||
.editor .gutter .line-number {
|
||||
padding-right: 1.5em;
|
||||
min-width: 50px;
|
||||
padding-right: 1.3em;
|
||||
min-width: 35px;
|
||||
box-sizing: border-box;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
}
|
||||
|
||||
.editor .gutter .line-number {
|
||||
padding-right: 1.5em;
|
||||
min-width: 50px;
|
||||
padding-right: 1.3em;
|
||||
min-width: 35px;
|
||||
box-sizing: border-box;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user