mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-07 03:47:32 -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){
|
@media screen and (max-width: 992px){
|
||||||
.info-stack-container {
|
.info-stack-container {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.row-new-striped div {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
.col-md-3.col-xs-12.col-sm-push-9.info-stack{
|
.col-md-3.col-xs-12.col-sm-push-9.info-stack{
|
||||||
left:auto;
|
left:auto;
|
||||||
order:1;
|
order:1;
|
||||||
|
|
Loading…
Reference in a new issue