Amend previous:

Add a view-detail class (for more generic use)
Fix the regression (scroll) problem on contact editor
This commit is contained in:
Benoit Favreault 2015-03-25 16:50:36 -04:00 committed by Francis Lachapelle
parent b4f2b470dc
commit 660af9abfd

View file

@ -16,7 +16,6 @@ md-content[ui-view="card"] {
// md is overqualifying, we have to do the same to override
md-card.viewer {
flex: 0 2 $detailView-width;
min-width: ($detailView-width - ($pitch * 2));
}