ensure suggestions tab icon looks good on smaller screens:
- override line height for <900px consistent with other tabs
This commit is contained in:
parent
ae729ffb80
commit
35c1c930f0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue