File tree 2 files changed +6
-5
lines changed
arduino-ide-extension/src/browser/style
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
.p-Widget .dialogOverlay .dialogBlock .dialogContent .dialogSection .dialogRow : first-child {
58
- margin-top : 0px ;
58
+ margin-top : 0px ;
59
+ height : 32px ;
59
60
}
60
61
61
62
.fl1 {
69
70
70
71
.fa .disabled {
71
72
opacity : .4 ;
72
- }
73
+ }
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ button.theia-button,
69
69
justify-content : center;
70
70
cursor : pointer;
71
71
letter-spacing : .01em ;
72
- line-height : 170 % ;
72
+ line-height : 23.8 px ;
73
73
outline : none;
74
- padding : 0 18 px ;
74
+ padding : 0 16 px ;
75
75
position : relative;
76
76
text-align : center;
77
77
text-decoration : none;
@@ -83,7 +83,7 @@ button.theia-button,
83
83
}
84
84
85
85
button .theia-button {
86
- height : auto ;
86
+ height : 28 px ;
87
87
max-width : none;
88
88
}
89
89
You can’t perform that action at this time.
0 commit comments