mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 13:33:27 +00:00
Increase editor's left hand side padding to 10
This commit is contained in:
parent
9e9b3093a9
commit
f6ecf83f33
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function search(): any {
|
||||||
padding: {
|
padding: {
|
||||||
top: 4,
|
top: 4,
|
||||||
bottom: 4,
|
bottom: 4,
|
||||||
left: 4,
|
left: 10,
|
||||||
right: 4,
|
right: 4,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue