Skip to content

Commit a86b8bd

Browse files
committed
fix(Breadcrumb): fix min width
Signed-off-by: John Molakvoæ <[email protected]>
1 parent d5a9ec2 commit a86b8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/NcBreadcrumb/NcBreadcrumb.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,12 @@ export default {
305305
overflow: hidden;
306306
color: var(--color-text-maxcontrast);
307307
padding: 12px;
308+
min-width: $clickable-area;
308309
max-width: 100%;
309310
border-radius: var(--border-radius-pill);
310311
align-items: center;
311312
display: inline-flex;
313+
justify-content: center;
312314
313315
> span {
314316
overflow: hidden;

0 commit comments

Comments
 (0)