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

@@ -2,7 +2,10 @@
color: #4a68b9;
font-size: 10px;
margin-bottom: 4px;
font-size: 1rem;
font-size: 1rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-text {