We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41169a4 commit 970314eCopy full SHA for 970314e
1 file changed
scss/_breadcrumb.scss
@@ -16,7 +16,7 @@
16
.breadcrumb-item {
17
display: none;
18
align-items: center;
19
- min-width: 0; // overrides children links implied width see https://css-tricks.com/flexbox-truncated-text/
+ min-width: calc(#{$ouds-link-size-min-width-small} + 2 * var(--#{$prefix}breadcrumb-item-gap) + $ouds-breadcrumb-size-icon); // overrides children links implied width see https://css-tricks.com/flexbox-truncated-text/
20
padding-right: var(--#{$prefix}breadcrumb-item-gap);
21
white-space: nowrap;
22
@@ -41,6 +41,7 @@
41
a {
42
@extend %link-properties;
43
display: inline-block;
44
+ min-width: #{$ouds-link-size-min-width-small};
45
padding: $ouds-link-space-padding-block $ouds-link-space-padding-inline;
46
overflow: hidden;
47
text-overflow: ellipsis;
0 commit comments