From 19040b7d7d3be969b0a25d1955c476575d0da03c Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 25 May 2021 11:43:27 +0800 Subject: [PATCH] increase fontawsome icons line height --- resources/assets/sass/modules/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/modules/_typography.scss b/resources/assets/sass/modules/_typography.scss index 73c918dd..6e9934dc 100644 --- a/resources/assets/sass/modules/_typography.scss +++ b/resources/assets/sass/modules/_typography.scss @@ -878,4 +878,8 @@ hr{ } } } +} + +.fa { + line-height: 18px !important; } \ No newline at end of file