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.
When trying to layout md-radio-button in rows inside md-dialog, the fist one is vertically misaligned:
The issue seems to stem from this rule in angular-material.css (line 3603; I'm using 0.7.0-rc3): md-dialog md-content:not([layout=row]) *:first-child { margin-top: 0px; }
…ut `md-no-ink`
Closes#1182.
fix(subheader): fixes a z-index issue for fixed subheader
Closes#1034.
fix(styles): replaces css selector that was too general
Closes#1194.
feat(button): adds `md-mini` class for mini fab buttons
Closes#1173.
…ut `md-no-ink`
Closes#1182.
fix(subheader): fixes a z-index issue for fixed subheader
Closes#1034.
fix(styles): replaces css selector that was too general
Closes#1194.
feat(button): adds `md-mini` class for mini fab buttons
Closes#1173.
When trying to layout md-radio-button in rows inside md-dialog, the fist one is vertically misaligned:
The issue seems to stem from this rule in angular-material.css (line 3603; I'm using 0.7.0-rc3):
md-dialog md-content:not([layout=row]) *:first-child { margin-top: 0px; }
http://jsfiddle.net/6ppsokcr/2/
The text was updated successfully, but these errors were encountered: