mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-03 18:07:41 -08:00
fixed mobile view of assets
This commit is contained in:
parent
30b481bc93
commit
021e82927e
|
@ -876,9 +876,11 @@ th.css-component > .th-inner::before
|
|||
}
|
||||
@media screen and (max-width: 992px){
|
||||
.info-stack-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.row-new-striped div {
|
||||
width:100%;
|
||||
}
|
||||
.col-md-3.col-xs-12.col-sm-push-9.info-stack{
|
||||
left:auto;
|
||||
order:1;
|
||||
|
|
Loading…
Reference in a new issue