Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incompatibilities between some AuModal arguments #479

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Mar 12, 2024

The way the CSS classes where added caused issues due to missing whitespace between the classes. We now use the {{cn}} helper which handles that for us.

Closes #477

Windvis added 2 commits March 12, 2024 10:18
This can be used to easily add the needed whitespace between provided css classes.
The way the CSS classes where added caused issues due to missing whitespace between the classes. We now use the `{{cn}}` helper which handles that for us.
@Windvis Windvis added the bug Used when the PR fixes a bug included in a previous release. label Mar 12, 2024
@Windvis Windvis merged commit 9787274 into master Mar 12, 2024
8 checks passed
@Windvis Windvis deleted the fix/modal-classes-incompatibilities branch March 12, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used when the PR fixes a bug included in a previous release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The <AuModal> @size and @overflow arguments don't work together
1 participant