The <AuModal>
@size
and @overflow
arguments don't work together
#477
Labels
bug
Used when the PR fixes a bug included in a previous release.
While trying out #476 I noticed that the
@size
argument doesn't work as expected when@overflow
is set, due to missing whitespace between the classes. The issue has been around for a while, so I'm guessing these options aren't used that much 😅.Reproduction in the current Storybook deploy: https://appuniversum.github.io/ember-appuniversum/?path=/story/components-content-aumodal--component&args=size:large;overflow:true (should show the large version, but it doesn't)
The text was updated successfully, but these errors were encountered: