Don't chop off bottom of 'g' at some font sizes in Mac tag selector
This commit is contained in:
parent
3829f12603
commit
ba12592164
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
border-top: 1px solid $shade-3;
|
border-top: 1px solid $shade-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag-selector-item {
|
||||||
|
padding-bottom: .3em;
|
||||||
|
}
|
||||||
|
|
||||||
.tag-selector-actions {
|
.tag-selector-actions {
|
||||||
flex: none;
|
flex: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue