From 8fb681425482139dd2d2c9416327e5bdfac18b76 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Wed, 29 Apr 2020 10:42:21 +0200 Subject: [PATCH 1/2] CSS tweaks --- themes/default/editor/widgets/tag/_tag.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/default/editor/widgets/tag/_tag.scss b/themes/default/editor/widgets/tag/_tag.scss index 5df6875..efa4b2a 100644 --- a/themes/default/editor/widgets/tag/_tag.scss +++ b/themes/default/editor/widgets/tag/_tag.scss @@ -28,7 +28,6 @@ .label { padding:2px 8px; display:inline-block; - vertical-align:middle; } .delete-wrapper { @@ -51,7 +50,7 @@ } svg { - vertical-align:middle; + vertical-align:text-top; } } @@ -91,4 +90,4 @@ input:-moz-placeholder { color:#c2c2c2; } input:-ms-input-placeholder { color:#c2c2c2; } -} \ No newline at end of file +} From 63d8491a6e9ae05656e73d080bf614161b51f7e1 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Wed, 29 Apr 2020 10:43:40 +0200 Subject: [PATCH 2/2] CSS tweaks --- themes/default/editor/widgets/comment/_comment.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/editor/widgets/comment/_comment.scss b/themes/default/editor/widgets/comment/_comment.scss index 74771f9..1b1fd9f 100644 --- a/themes/default/editor/widgets/comment/_comment.scss +++ b/themes/default/editor/widgets/comment/_comment.scss @@ -10,7 +10,7 @@ width: 20px; top: 9px; right: 9px; - line-height: 24px; + line-height: 22px; background-color:#fff; text-align: center; -webkit-font-smoothing: antialiased; @@ -50,4 +50,4 @@ .r6o-widget.comment.editable { background-color:$blueish-white; -} \ No newline at end of file +}