fixes dashboard box overflow

This commit is contained in:
Godfrey M 2024-08-01 10:31:39 -07:00
parent fffcbdc44d
commit bc0ff706b0

View file

@ -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;