Fix line height of link buttons to be the same as input buttons

Fixes #27.
This commit is contained in:
Jonas Schäfer
2021-01-17 20:23:26 +01:00
parent be7be0e16a
commit 16f990f475

View File

@@ -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;