From 9b5e4176cd6a7e5e109ba76eea1a4512107c1f54 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 26 Mar 2020 23:21:31 +0100 Subject: [PATCH] Fix spacing between multiple lines of buttons --- src/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.scss b/src/style.scss index 1912696..84b996b 100644 --- a/src/style.scss +++ b/src/style.scss @@ -9,6 +9,8 @@ $height: $button-size - 2*$padding-ver; $width: $button-size - 2*$padding-hor; .shareon { + line-height: 1.1*$button-size; + & > * { display: inline-block; position: relative;