Difficulty mining ellipsis fix

This commit is contained in:
softsimon
2023-03-20 17:21:34 +09:00
parent 343d1345e2
commit 74fb292633
4 changed files with 13 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
.item {
padding: 0 5px;
width: 100%;
max-width: 150px;
&:nth-child(1) {
display: none;
@media (min-width: 485px) {
@@ -85,6 +86,9 @@
.card-title {
color: #4a68b9;
font-size: 1rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.progress {