Skip to content

Commit bb9c9b6

Browse files
authored
fix: fixed position of HelpPopover (#230)
1 parent 0040e2a commit bb9c9b6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/bundle/settings/index.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626

2727
&__mode-help {
2828
float: right;
29-
30-
& > div {
31-
position: relative;
32-
top: 6px;
33-
34-
display: inline;
35-
}
3629
}
3730

3831
&__separator {

src/toolbar/ToolbarListButton.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
&__item {
99
display: flex;
1010
justify-content: space-between;
11+
align-items: center;
1112
column-gap: 24px;
1213
}
1314

@@ -16,9 +17,7 @@
1617
align-items: center;
1718
column-gap: 8px;
1819

19-
.g-icon {
20-
display: block;
21-
}
20+
line-height: normal;
2221
}
2322

2423
&__hint {

0 commit comments

Comments
 (0)