From 18bf810936a9281d91a8bcbe37cd68af2d729a79 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 24 Jun 2020 21:31:30 -0700 Subject: [PATCH] Remove line-height override that breaks text alignment for anchors that look like buttons --- ui/app/styles/core/buttons.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/styles/core/buttons.scss b/ui/app/styles/core/buttons.scss index 2c39ed3ff..e2269bd71 100644 --- a/ui/app/styles/core/buttons.scss +++ b/ui/app/styles/core/buttons.scss @@ -5,7 +5,6 @@ $button-box-shadow-standard: 0 2px 0 0 rgba($grey, 0.2); box-shadow: $button-box-shadow-standard; border: 1px solid transparent; text-decoration: none; - line-height: 1; &:hover, &.is-hovered {