From 617552a70a2e17938e8c5901303a1276147d35ad Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 27 Jul 2020 14:26:51 +0100 Subject: [PATCH] icon tweaks --- template/static/stylesheets/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 6c01fa3..f54fe90 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -121,14 +121,14 @@ select.form-control:not([multiple]):not([size]) { .icon { height: 1rem; width: 1rem; + display: inline-block; line-height: 1; - max-height: 1rem; } .icon > svg { width: 1rem; height: 1rem; - vertical-align: text-top; + vertical-align: top; } .feed-icon {