You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Guys, this is what I have been doing, it was working until rc1, because my dialog acts like a form, i will need to put form submission buttons in md-actions.
sheaujye
changed the title
master: md-dialog off when wrapping md-content & md-actions with form
master: md-dialog layout off when wrapping md-content & md-actions with form
Apr 23, 2015
Hi there, this was caused by a change to the CSS where md-content was too general and it affected nested components. To fix this, md-dialog now requires md-dialog-content as a child element instead of md-content. This is more consistent with md-card, which uses md-card-content.
Sorry it is still not working, please refer to the original post and replace md-content with md-dialog-content, when we have another element in between, be it "form" or "div", "display: block" is being applied to that element while "md-dialog-content" became an inline elem, causing layout off.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Guys, this is what I have been doing, it was working until rc1, because my dialog acts like a form, i will need to put form submission buttons in md-actions.
Removing form fixes the problem but I will need that for my app to work.
The text was updated successfully, but these errors were encountered: