Add tiny margin to show full border around search field

This commit is contained in:
Andrew Kingston 2023-02-28 13:24:28 +00:00
parent 75215f244a
commit 8b9ddd8ab2
1 changed files with 1 additions and 0 deletions

View File

@ -725,6 +725,7 @@
border-bottom: var(--border-light);
border-left: 2px solid transparent;
border-right: 2px solid transparent;
margin-right: 1px;
}
#builder-side-panel-container .search :global(input) {