Skip to content

Commit 986c5ed

Browse files
committed
remove gap on the right side of the gutter
1 parent 82eecf9 commit 986c5ed

12 files changed

Lines changed: 12 additions & 11 deletions

File tree

src/ace/theme/Clouds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/Clouds",
2222
}\
2323
\
2424
.ace-clouds .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-clouds .ace_editor .ace_printMargin {\

src/ace/theme/CloudsMidnight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/CloudsMidnight",
2222
}\
2323
\
2424
.ace-clouds-midnight .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-clouds-midnight .ace_editor .ace_printMargin {\

src/ace/theme/Cobalt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/Cobalt",
2222
}\
2323
\
2424
.ace-cobalt .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-cobalt .ace_editor .ace_printMargin {\

src/ace/theme/Dawn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/Dawn",
2222
}\
2323
\
2424
.ace-dawn .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-dawn .ace_editor .ace_printMargin {\

src/ace/theme/IdleFingers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/IdleFingers",
2222
}\
2323
\
2424
.ace-idle-fingers .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-idle-fingers .ace_editor .ace_printMargin {\

src/ace/theme/KrTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/KrTheme",
2222
}\
2323
\
2424
.ace-kr-theme .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-kr-theme .ace_editor .ace_printMargin {\

src/ace/theme/MonoIndustrial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/MonoIndustrial",
2222
}\
2323
\
2424
.ace-mono-industrial .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-mono-industrial .ace_editor .ace_printMargin {\

src/ace/theme/Monokai.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/Monokai",
2222
}\
2323
\
2424
.ace-monokai .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-monokai .ace_editor .ace_printMargin {\

src/ace/theme/Twilight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require.def("ace/theme/Twilight",
2222
}\
2323
\
2424
.ace-twilight .ace_gutter-layer .ace_gutter-cell {\
25-
padding-right: 15px;\
25+
padding-right: 6px;\
2626
}\
2727
\
2828
.ace-twilight .ace_editor .ace_printMargin {\

src/ace/theme/tm.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
.ace-tm .ace_gutter-layer .ace_gutter-cell {
22-
padding-right: 15px;
22+
padding-right: 6px;
2323
}
2424

2525
.ace-tm .ace_editor .ace_printMargin {

0 commit comments

Comments
 (0)