mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04: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