Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 94d8291

Browse files
Alexandru Buligakuzhelov
Alexandru Buliga
authored andcommitted
fix(menu): fix for cropped rounded corners (#360)
1 parent a7b3554 commit 94d8291

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717

1818
## [Unreleased]
1919

20+
### Fixes
21+
- Fix for cropped rounded corners in `Menu` component @Bugaa92 ([#360](https://github.com/stardust-ui/react/pull/360))
22+
2023
<!--------------------------------[ v0.9.1 ]------------------------------- -->
2124
## [v0.9.1](https://github.com/stardust-ui/react/tree/v0.9.1) (2018-10-11)
2225
[Compare changes](https://github.com/stardust-ui/react/compare/v0.9.0...v0.9.1)

src/themes/teams/components/Menu/menuStyles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default {
2828
...solidBorder(variables.typePrimaryBorderColor),
2929
}),
3030
borderRadius: pxToRem(4),
31+
overflow: 'hidden',
3132
}),
3233
...(underlined && {
3334
borderBottom: `2px solid ${variables.typePrimaryUnderlinedBorderColor}`,

0 commit comments

Comments
 (0)