Skip to content

Commit 916f12d

Browse files
committed
fix - increase distance to delete option in search bar
1 parent be29835 commit 916f12d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/codever-ui/src/app/shared/search/searchbar.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $background-gray: rgb(240, 242, 245);
3030

3131
.rm-search-trashbin {
3232
display: none;
33-
margin-left: 1em;
33+
margin-left: 3em;
3434
}
3535

3636
// inspired from https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints
@@ -58,7 +58,7 @@ $background-gray: rgb(240, 242, 245);
5858

5959
.rm-search-trashbin {
6060
display: inherit;
61-
margin-left: 3rem;
61+
margin-left: 8rem;
6262
&:hover {
6363
color: red;
6464
font-weight: bolder;

0 commit comments

Comments
 (0)