You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With untitled bookmarks (Used to save space on my bookmarks bar - trying to find a solution to hide that as often as possible now), the icon gets cut off as the DIV has no idea what height to be without text filling it in.
Proposal: add height: 16px; to the .TileFolderItem__ButtonBody class in the CSS, to match the 16px height of the background icon.
I might get around to this if I find the time to set up a dev environment to pull, edit, push, merge request, etc
The text was updated successfully, but these errors were encountered:
With untitled bookmarks (Used to save space on my bookmarks bar - trying to find a solution to hide that as often as possible now), the icon gets cut off as the DIV has no idea what height to be without text filling it in.
Proposal: add
height: 16px;
to the.TileFolderItem__ButtonBody
class in the CSS, to match the 16px height of the background icon.I might get around to this if I find the time to set up a dev environment to pull, edit, push, merge request, etc
The text was updated successfully, but these errors were encountered: