mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
More layout fixes for small devices.
This commit is contained in:
parent
5d206f2c20
commit
d85d3b14f7
|
@ -2,7 +2,8 @@
|
|||
background-color: inherit;
|
||||
}
|
||||
.main-header .logo {
|
||||
min-width: 380px;
|
||||
width: 100% !important;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
display: block;
|
||||
clear: both;
|
||||
|
|
|
@ -59,6 +59,10 @@
|
|||
margin: 2px;
|
||||
}
|
||||
|
||||
.nav::after {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue