ensure suggestions tab icon looks good on smaller screens:

- override line height for <900px consistent with other tabs
This commit is contained in:
haszari 2019-04-09 08:52:45 +12:00
parent ae729ffb80
commit 35c1c930f0
3 changed files with 12 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -33,6 +33,10 @@ a.suggestion-dismiss::before {
a::before {
@include iconbeforedashicons( "\f106" );
@media only screen and (max-width: 900px) {
line-height: 40px;
}
}
a span {