🐛 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:24:17 -03:00
commit dcb8de5335

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-4
@apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-5
}
.extra-side-bar-save-disable {
@apply text-muted-foreground