Lightning dashboard overflow titles fixes

fixes #3127
This commit is contained in:
softsimon
2023-03-11 19:31:49 +09:00
parent 7b2ea9c4c8
commit c72024b4e3
3 changed files with 14 additions and 8 deletions

View File

@@ -68,10 +68,13 @@
margin-bottom: 5px;
}
.item {
max-width: 160px;
max-width: 150px;
width: 50%;
display: inline-block;
margin: 0px auto 20px;
@media (min-width: 485px) {
max-width: 160px;
}
&:nth-child(2) {
order: 2;
@media (min-width: 485px) {