mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-30 00:55:36 +02:00
🩹 Fix text overflow on small items
This commit is contained in:
parent
9270b85203
commit
a45887fe48
@ -279,7 +279,6 @@ export default {
|
|||||||
}
|
}
|
||||||
&.short:not(.size-large) {
|
&.short:not(.size-large) {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
.tile-title { overflow: visible; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,6 +345,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
max-width: 14rem;
|
||||||
div img, div svg.missing-image {
|
div img, div svg.missing-image {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
}
|
}
|
||||||
@ -353,7 +353,8 @@ export default {
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
min-height: 1.2rem;
|
min-height: 1.2rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
max-width:140px;
|
max-width: 12rem;
|
||||||
|
overflow: hidden;
|
||||||
span.text {
|
span.text {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user