зеркало из https://github.com/mozilla/brackets.git
10px extra padding to CodeMirror-lines
This commit is contained in:
Родитель
f83c433ecb
Коммит
df1168cc35
|
@ -71,3 +71,16 @@
|
||||||
.bramble-inspector-highlight {
|
.bramble-inspector-highlight {
|
||||||
background: rgba(0, 135, 207, .3) !important;
|
background: rgba(0, 135, 207, .3) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-lines {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.CodeMirror .CodeMirror-gutters {
|
||||||
|
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
.CodeMirror-linenumber {
|
||||||
|
|
||||||
|
padding: 0 15px 0 0;
|
||||||
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче