Skip to content

Commit 1b8e6b8

Browse files
authored
fix(path): set minimum width of action button (#3128)
1 parent e2a7ee9 commit 1b8e6b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ui/components/path/base/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@
470470
flex-shrink: 0;
471471
margin-right: $spacing-small;
472472
border-radius: $border-radius-pill;
473+
min-width: $path-button-width-fixed;
473474
}
474475

475476
/**

ui/components/path/tokens/sizing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ props:
1717
HEIGHT_SALES_PATH:
1818
value: 2rem
1919
comment: Height of Salespath
20+
PATH_BUTTON_WIDTH_FIXED:
21+
value: 13rem
22+
comment: Width of action button to right

0 commit comments

Comments
 (0)