mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1494px) and (min-width: 1200px){
|
||||
.dashboard{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue