Skip to content

Commit 9f6b310

Browse files
committed
fix(info-tile): truncate text in 2nd line, for all sizes
1 parent 0cfc8f8 commit 9f6b310

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/info-tile/info-tile.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ slot[name='primary'] {
167167
@supports not (container-type: size) {
168168
font-size: var(--limel-theme-default-font-size);
169169
}
170+
171+
@include mixins.truncate-text-on-line(2);
170172
}
171173

172174
limel-badge {
@@ -299,10 +301,6 @@ $l: 62.5rem; //1000px
299301
--suffix-prefix-preferred-size: 6cqw;
300302
--suffix-prefix-max-size: 0.875rem;
301303
}
302-
303-
.label {
304-
@include mixins.truncate-text-on-line(2);
305-
}
306304
}
307305

308306
@container (width < #{$s}) {

0 commit comments

Comments
 (0)