Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4636 from Liunkae/fix-bookmark-clipping
Browse files Browse the repository at this point in the history
Fix bookmark clipping
  • Loading branch information
bbondy authored Oct 11, 2016
2 parents 7959e5c + d289f1a commit ef90f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion less/bookmarksToolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
color: black;
cursor: default;
font-size: 11px;
line-height: 11px;
line-height: 12px;
margin: auto var(--bookmark-item-margin);
padding: 2px var(--bookmark-item-padding);
text-overflow: ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
@navbarHeight: 36px;
@tabsToolbarHeight: 23px;
@tabPagesHeight: 12px;
@bookmarksToolbarHeight: 23px;
@bookmarksToolbarHeight: 24px;
@bookmarksToolbarWithFaviconsHeight: 28px;
@bookmarksFileIconSize: 13px;
@bookmarksFolderIconSize: 15px;
Expand Down

0 comments on commit ef90f8a

Please sign in to comment.