Skip to content

Commit 337a71e

Browse files
committed
Display: Adjust vertical alignment for icons in .mdi class
1 parent c53be55 commit 337a71e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@
294294

295295
.mdi {
296296
@apply font-normal text-base leading-none;
297+
298+
&::before {
299+
vertical-align: bottom;
300+
}
297301
}
298302

299303
.field > small.p-error {

0 commit comments

Comments
 (0)