From c46716b55c6237dba61cae04acbcc220deda35fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Wed, 5 Apr 2023 12:00:07 +0200 Subject: [PATCH] UI : Improved presentation of personal information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- apps/settings/css/settings.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 08a887ff21a..ff5a8df1e69 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -89,6 +89,7 @@ select { padding: 20px; max-width: 1700px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); + grid-column-gap: 10px; .section { padding: 10px 10px; @@ -97,6 +98,12 @@ select { h2 { margin-bottom: 12px; } + + h3 { + > label { + font-weight: bold; + } + } } .personal-info {