From 16f990f47521df58ea7e885c65b5a073b6014cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 17 Jan 2021 20:23:26 +0100 Subject: [PATCH] Fix line height of link buttons to be the same as input buttons Fixes #27. --- snikket_web/scss/app.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index 5a34479..681e1f3 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -423,6 +423,8 @@ div.form.layout-expanded { input[type="submit"], button, .button { margin: 0 $w-s2; padding: $w-s3 $w-s1; + line-height: 1.5; + display: inline-block; td & { margin: 0 $w-s4;