fix(ui): fix slight vertical overflow in project selector (#6589)
This commit is contained in:
parent
fbd9677932
commit
ddb1ec294e
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
[data-slot="select-select-item-indicator"] {
|
[data-slot="select-select-item-indicator"] {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue