From 223f530ff369be5416953828bdfbff3fc87b7a95 Mon Sep 17 00:00:00 2001 From: pbrocky Date: Sat, 1 Jun 2024 10:58:58 +0900 Subject: [PATCH] [pbList] Incorrect line number position in IE8 #38 --- src/scss/pbList/03_fallback.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/pbList/03_fallback.scss b/src/scss/pbList/03_fallback.scss index 980baec..2dd750a 100644 --- a/src/scss/pbList/03_fallback.scss +++ b/src/scss/pbList/03_fallback.scss @@ -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 {