Skip to content

Commit

Permalink
Unset text align coming from HTML attribute #1200
Browse files Browse the repository at this point in the history
  • Loading branch information
andriivarhanov committed Mar 30, 2023
1 parent 8f01e1b commit 7f3f2ab
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 7f3f2ab

Please sign in to comment.