Fixed breadcrumbs ellipsis

This commit is contained in:
Adina Țeudan 2021-12-13 12:57:35 +02:00
parent f570015995
commit 053bbe5346

View File

@ -6,6 +6,7 @@
-webkit-line-clamp: $lines; /* number of lines to show */
-webkit-box-orient: vertical;
width: fit-content;
white-space: normal;
}
@mixin no-scroll-bar {