Add tiny margin to show full border around search field
This commit is contained in:
parent
75215f244a
commit
8b9ddd8ab2
|
@ -725,6 +725,7 @@
|
||||||
border-bottom: var(--border-light);
|
border-bottom: var(--border-light);
|
||||||
border-left: 2px solid transparent;
|
border-left: 2px solid transparent;
|
||||||
border-right: 2px solid transparent;
|
border-right: 2px solid transparent;
|
||||||
|
margin-right: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#builder-side-panel-container .search :global(input) {
|
#builder-side-panel-container .search :global(input) {
|
||||||
|
|
Loading…
Reference in New Issue