[WEB-2266] chore-No favorites should be aligned like the rest of the things (#5618)
* Updated alignment of empty favorite text * Updated padding
This commit is contained in:
parent
bf6588b573
commit
7f5a898cec
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ export const SidebarFavoritesMenu = observer(() => {
|
|||
{Object.keys(groupedFavorites).length === 0 ? (
|
||||
<>
|
||||
{!sidebarCollapsed && (
|
||||
<span className="text-custom-text-400 text-xs text-center font-medium py-1">No favorites yet</span>
|
||||
<span className="text-custom-text-400 text-xs font-medium px-8 py-1.5">No favorites yet</span>
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue