Skip to content

Commit a665d6d

Browse files
committed
fix: proper icon size in uikit/Select
1 parent 49d67a1 commit a665d6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/containers/App/App.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
@import './NodesTable';
44

55
* {
6+
// FIXME: this is an overkill, potentially could break external components, needs refactoring
67
box-sizing: border-box;
78
}
89

10+
.yc-select-popup__tick-icon {
11+
// this is a local fix, remove after the refactoring
12+
box-sizing: content-box;
13+
}
14+
915
html,
1016
body,
1117
#root {

0 commit comments

Comments
 (0)