✨(react) max width for multi select pills
In order to prevent a pill with a long text to stack below the actions div we decided to introduce the concept of max-width for pills.
This commit is contained in:
@@ -22,4 +22,5 @@ export const tokens = (defaults: DefaultTokens) => ({
|
||||
"label-color--focus": defaults.theme.colors["primary-600"],
|
||||
"multi-pill-background-color": defaults.theme.colors["greyscale-200"],
|
||||
"multi-pill-border-radius": "2px",
|
||||
"multi-pill-max-width": "68%",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user