Skip to content

Commit

Permalink
feat(breadcrumbs): breadcrumbs-item now has overflow-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 14, 2023
1 parent 03935c5 commit 5c30bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/classes/BreadcrumbsItemClasses.js
Expand Up @@ -4,7 +4,7 @@ export const BreadcrumbsItemClasses = (props, colors) => {
const { active } = props;
return {
base: {
common: cls(`flex items-center`),
common: cls(`flex items-center overflow-hidden`),
ios: cls(
colors.textIos,
colors.bgIos,
Expand Down

0 comments on commit 5c30bb7

Please sign in to comment.