Added margin-bottom to authenticator select for small screens

This commit is contained in:
Sebastian Henschel 2017-11-06 11:38:03 +01:00
parent 5052160ab0
commit 3672b03229

View File

@ -142,6 +142,9 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo
}
#authentication-select {
margin-bottom: 10px;
}
.authentication-method {
display: none;
}