We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdc01a commit 79af85fCopy full SHA for 79af85f
packages/components/src/components/breadcrumb/breadcrumb.scss
@@ -156,15 +156,15 @@
156
// Medium size variant
157
&[data-size="medium"] {
158
.db-breadcrumb-list {
159
- gap: variables.$db-spacing-fixed-2xs; // 4px gap for medium
+ gap: variables.$db-spacing-fixed-xs; // 8px gap for medium
160
161
/* ensure list items are vertically centered in medium size */
162
align-items: center;
163
}
164
165
li {
166
// Increase gap between separator and item for better touch target
167
- gap: variables.$db-spacing-fixed-2xs; // 4px between separator and item (medium)
+ gap: variables.$db-spacing-fixed-xs; // 8px between separator and item (medium)
168
169
a,
170
> span:not(.db-icon) {
0 commit comments