Don't chop off bottom of 'g' at some font sizes in Mac tag selector

This commit is contained in:
Dan Stillman 2019-03-30 12:22:19 -04:00
parent 3829f12603
commit ba12592164

View file

@ -7,6 +7,10 @@
border-top: 1px solid $shade-3;
}
.tag-selector-item {
padding-bottom: .3em;
}
.tag-selector-actions {
flex: none;
border: 0;