Skip to content

Commit be5f149

Browse files
committed
CSS fix line-height to show underscores in come cases.
Signed-off-by: ubi de feo <[email protected]>
1 parent b5c766e commit be5f149

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ui/arduino/main.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ button.small .icon {
225225
color: #000;
226226
font-style: normal;
227227
font-weight: 400;
228-
line-height: 1.1em;
228+
line-height: 1.3em;
229229
flex: 1 0 0;
230230
max-width: calc(100% - 46px);
231231
overflow: hidden;
@@ -459,12 +459,9 @@ button.small .icon {
459459
transition: transform 0.15s;
460460
}
461461

462-
.dialog .dialog-content > * {
463-
/* width: 100%; */
464-
}
465462

466463
.dialog .dialog-content #file-name {
467-
font-size: 1.1em;
464+
font-size: 1.3em;
468465
width:100%;
469466
font-family: "RobotoMono", monospace;
470467
}
@@ -678,7 +675,7 @@ button.small .icon {
678675
width: 100%;
679676
overflow: hidden;
680677
text-overflow: ellipsis;
681-
line-height: 1.1em;
678+
line-height: 1.3em;
682679
}
683680

684681
.file-list .item .checkbox .icon.off,

0 commit comments

Comments
 (0)