From 4fb8926f16e900465760e945ac9169951b56846d Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Wed, 1 Apr 2020 11:24:55 +0300 Subject: [PATCH] Revert .mat-icon vertical-align to middle --- ui-ngx/src/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-ngx/src/styles.scss b/ui-ngx/src/styles.scss index 7379c80aeb..21b8ac3c60 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -474,7 +474,8 @@ mat-label { } .mat-form-field{ - .mat-icon{ + .mat-icon { + vertical-align: bottom; margin-right: 4px; margin-left: 4px; }