From a45ab81885911cda7958e37e192f1e58d0e019dd Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 16 Mar 2020 12:54:00 +0100 Subject: [PATCH] Fix SCSS-Lint QualifyingElement warning --- app/assets/stylesheets/admin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 51a554038..86428fb39 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -1162,7 +1162,7 @@ table { .columns-selector { - span[class^="icon-"] { + [class^="icon-"] { vertical-align: middle; }