Skip to content

Commit 0db40fa

Browse files
authored
Merge pull request #15135 from linbingquan/dev
Editor: Fixed toolbar button layout error
2 parents 1343a0a + e16b960 commit 0db40fa

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)