diff --git a/browser/components/TagListItem.styl b/browser/components/TagListItem.styl index ea135a96..006b879b 100644 --- a/browser/components/TagListItem.styl +++ b/browser/components/TagListItem.styl @@ -9,7 +9,7 @@ text-align left border none overflow ellipsis - font-size 12px + font-size 13px &:first-child margin-top 0 &:hover @@ -30,7 +30,7 @@ text-align left border none overflow ellipsis - font-size 12px + font-size 13px &:hover background-color alpha($ui-button--active-backgroundColor, 60%) transition 0.2s @@ -38,7 +38,7 @@ .tagList-item-name display block flex 1 - padding 0 25px + padding 0 15px height 26px line-height 26px border-width 0 0 0 2px