Skip to content

Commit 6febfac

Browse files
authored
Merge pull request #149 from arduino/css/expand-line-numbers-column
Css/expand line numbers column
2 parents 94d0263 + e0df1a8 commit 6febfac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/arduino/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ button.small .icon {
131131

132132
#tabs {
133133
display: flex;
134-
padding: 10px 10px 0px 40px;
134+
padding: 10px 10px 0px 60px;
135135
align-items: center;
136136
gap: 10px;
137137
align-self: stretch;
@@ -231,7 +231,7 @@ button.small .icon {
231231
#code-editor .cm-gutters {
232232
background-color: #ECF1F1;
233233
border-right: none;
234-
width: 40px;
234+
width: 60px;
235235
font-size: 14px;
236236
}
237237

0 commit comments

Comments
 (0)