Skip to content

Commit

Permalink
Add padding to prevent text overlapping the scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Feb 23, 2013
1 parent c523c72 commit 68ec220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/assets/css/bookmark.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
.single-bookmark-inner {
display: block;
color: #000;
padding: 10px 5px;
padding: 10px 15px 10px 5px;
}
.single-bookmark-inner:hover,
.single-bookmark-inner:focus,
Expand Down

0 comments on commit 68ec220

Please sign in to comment.