Skip to content

Commit ec107aa

Browse files
committed
Merge branch 'io-1343' into test
2 parents 4591fb7 + 4b7fdae commit ec107aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### Added
2424

2525
- Added missing developer tab for date and time.
26+
- Fixed an issue with the close button focus outline in modal.
2627

2728
### Changed
2829

src/components/modal/modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $ods-modal-popup-width: 600px !default;
1717
height: 100vh;
1818

1919
&__popup {
20+
padding: 0.25rem;
2021
background: white;
2122
height: 100vh;
2223
width: 100%;

0 commit comments

Comments
 (0)