Skip to content

Commit 0fc1462

Browse files
committed
remove unnecessary border radius from modal body
nobody seems to be able to remember why it was added in the first place and it is preventing full width body content add changelog
1 parent 1f649ee commit 0fc1462

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UNRELEASED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
2020

2121
### Bug fixes
2222

23+
- Removed unnecessary border-radius from `Modal` body ([#1584](https://github.com/Shopify/polaris-react/pull/1584))
2324
- Fixed inconsistent width depending on your browser/version in `Sheet` ([#1569](https://github.com/Shopify/polaris-react/pull/1569))
2425
- Fixed text and other elements from being selected in Safari when dragging the color picker ([#1562](https://github.com/Shopify/polaris-react/pull/1562))
2526
- Fixed `Banner` `title` overflowing when set to a single long word ([#1553](https://github.com/Shopify/polaris-react/pull/1553))

src/components/Modal/Modal.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ $small-width: rem(620px);
33
.BodyWrapper {
44
display: flex;
55
flex-grow: 1;
6-
border-radius: border-radius(large);
76
overflow-x: hidden;
87
-webkit-overflow-scrolling: touch;
98
}

0 commit comments

Comments
 (0)