fix height of select box to select the IDP

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-11-16 09:42:12 +01:00
parent cc439fa68a
commit b52daf53c9
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -2,6 +2,10 @@
color: var(--color-primary-text);
}
#saml-select-user-back-end #av_mode{
height: auto;
}
#saml-select-user-back-end h1 {
font-size: 16px;
padding: 20px 0;