Skip to content

Commit

Permalink
Merge pull request #1211 from infor-design/1200-ids-popup-centered-text
Browse files Browse the repository at this point in the history
1200 - IdsPopup Unset text align
  • Loading branch information
tmcconechy committed Mar 30, 2023
2 parents 8f01e1b + 7f3f2ab commit 310ffcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- `[Button]` Renamed "type" attribute to "appearance", mapped a new "type" attribute that sets HTMLButtonElement's "type" attribute. ([#1062](https://github.com/infor-design/enterprise-wc/issues/1062))
- `[Docs]` Added some documentation on ways to customize a component. ([#970](https://github.com/infor-design/enterprise-wc/issues/970))
- `[Popup]` Unset text align coming from HTML attribute. ([#1200](https://github.com/infor-design/enterprise-wc/issues/1200))

## 1.0.0-beta.8

Expand Down
1 change: 1 addition & 0 deletions src/components/ids-popup/ids-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:host {
display: block;
z-index: 3000;
text-align: unset;
}

:host([position-style='absolute']) {
Expand Down

0 comments on commit 310ffcd

Please sign in to comment.