From fecb1ae90231a7667f339d58c4e296fa6a51ee9a Mon Sep 17 00:00:00 2001 From: Skia Date: Tue, 5 Jun 2018 00:49:43 +0200 Subject: [PATCH] core/static: fix Markdown code vertical-align --- core/static/core/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 438fe317..ea1df1de 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1452,6 +1452,7 @@ label { display: inline-block; padding: 4px; line-height: 120%; + vertical-align: middle; } a { color: $primary-dark-color;