Skip to content

Commit

Permalink
[pbList] Incorrect line number position in IE8 #38
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrocky committed Jun 1, 2024
1 parent e2a5549 commit 223f530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/pbList/03_fallback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ $FLOAT_FONT_ELEMENT : $UA_Opera70 or $IS_LTE_GECKO09 or $UA_Gecko12 or $UA_Gecko
content : "";
}
}
font {
@if( $UA_IE8 ){
vertical-align: top;
}
}
}

.pbCmd {
Expand Down

0 comments on commit 223f530

Please sign in to comment.