From 17ec3521069b5ec4a888f8b1cd79a3e4cc390c4b Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 19 Jun 2019 10:59:34 +1200 Subject: [PATCH] Bug #1833314: Institution selector missing styling behatnotneeded Change-Id: Ib9d52e1b158599257a80a1b9634c0a4a90f77f22 --- htdocs/theme/raw/sass/_custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/theme/raw/sass/_custom.scss b/htdocs/theme/raw/sass/_custom.scss index 16dc96ff18..0a2c130931 100644 --- a/htdocs/theme/raw/sass/_custom.scss +++ b/htdocs/theme/raw/sass/_custom.scss @@ -179,7 +179,9 @@ .select { margin-bottom: 15px; } + span.pseudolabel, label { + display: table-cell; font-weight: bold; } @include media-breakpoint-up(md) { -- GitLab