From c4c5e21ce07a3191938809a6acbfe5164026027a Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Thu, 29 Jul 2021 12:28:02 -0500 Subject: [PATCH] Vertically center button labels Set labels as inline-flex containers and vertically align children to center. --- client/homebrew/editor/metadataEditor/metadataEditor.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index 9d4e9534d..a58df14cd 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -40,11 +40,13 @@ font-weight : 800; user-select : none; white-space : nowrap; - display : inline-block; + display : inline-flex; + align-items : center; } input{ vertical-align : middle; cursor : pointer; + margin : 3px; } } .publish.field .value{