Skip to content

Commit

Permalink
Added width auto in alert center
Browse files Browse the repository at this point in the history
  • Loading branch information
jllr committed Oct 30, 2020
1 parent 1aacf65 commit 92dece5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/chi/components/alert/_alert-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ $states: (

.chi-alert__content {
flex-grow: 0;
width: auto;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/custom-elements/docs/docs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2020-10-29T17:54:41",
"timestamp": "2020-10-30T09:14:39",
"compiler": {
"name": "@stencil/core",
"version": "1.8.9",
Expand Down

0 comments on commit 92dece5

Please sign in to comment.