mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-24 14:17:13 +00:00
[Web] register fido2 btn in user view fixed on mobile
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
@@ -161,6 +161,12 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.btn-group.nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.btn-group.nowrap .dropdown-menu {
|
||||
width: 100%;
|
||||
}
|
||||
.panel-login .btn-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user