🐛 fix(index.css): increase right padding of .search-icon class to improve alignment with other elements

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-07 14:12:04 -03:00
commit 2262e8e0bd

View file

@ -173,7 +173,7 @@ The cursor: default; property value restores the browser's default cursor style
@apply w-full overflow-auto scrollbar-hide
}
.search-icon {
@apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-3
@apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-4
}
.extra-side-bar-save-disable {
@apply text-muted-foreground