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 3b3a1e3348
commit 2bd018ab43
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) {