From 18f42fdcde9b67e3d31b94f854c375e23660c72e Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Tue, 1 Sep 2020 18:42:07 +0200 Subject: [PATCH] justify line-height --- src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 9f92c55a0..b851daa54 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -215,3 +215,7 @@ a { .star { color: gold !important; } + +.mat-icon-button i, .mat-icon-button .mat-icon { + line-height: normal !important; +} -- GitLab