mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-27 13:41:05 -08:00
fixes dashboard box overflow
This commit is contained in:
parent
fffcbdc44d
commit
bc0ff706b0
|
@ -719,6 +719,14 @@ th.css-location > .th-inner::before {
|
||||||
height:170px;
|
height:170px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1494px) and (min-width: 1200px){
|
||||||
|
.dashboard{
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ellipsis {
|
.ellipsis {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue