Skip to content

Commit

Permalink
fix(path): set minimum width of action button (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlswtshrt committed Mar 12, 2018
1 parent e2a7ee9 commit 1b8e6b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/path/base/_index.scss
Expand Up @@ -470,6 +470,7 @@
flex-shrink: 0;
margin-right: $spacing-small;
border-radius: $border-radius-pill;
min-width: $path-button-width-fixed;
}

/**
Expand Down
3 changes: 3 additions & 0 deletions ui/components/path/tokens/sizing.yml
Expand Up @@ -17,3 +17,6 @@ props:
HEIGHT_SALES_PATH:
value: 2rem
comment: Height of Salespath
PATH_BUTTON_WIDTH_FIXED:
value: 13rem
comment: Width of action button to right

0 comments on commit 1b8e6b8

Please sign in to comment.