Skip to content

Commit e16b960

Browse files
committed
fixed toolbar button layout error
1 parent db9a302 commit e16b960

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

editor/css/dark.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ select {
220220

221221
#toolbar button {
222222
margin-right: 6px;
223+
line-height: 14px;
224+
height: 24px;
223225
}
224226

225227
.Outliner {

editor/css/light.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ select {
213213

214214
#toolbar button {
215215
margin-right: 6px;
216+
line-height: 14px;
217+
height: 24px;
216218
}
217219

218220
.Outliner {

0 commit comments

Comments
 (0)