1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-03-05 15:06:20 +02:00

[BS5] fix mobile navbar flex-direction

This commit is contained in:
FreddleSpl0it 2022-08-08 12:53:25 +02:00
parent 0e3363e61c
commit b7f07951f6

View File

@ -64,6 +64,7 @@
margin: 0;
}
.navbar-nav .nav-item {
flex-direction: column;
display: flex;
padding: 0 10px !important;
}