Regression fix

pull/91/head
iRouge 2015-01-21 16:35:23 -05:00 committed by Francis Lachapelle
parent bcce9ac76a
commit 50b45678e3
3 changed files with 4 additions and 6 deletions

View File

@ -62,9 +62,7 @@
</ul>
-->
<div>
<div data-ui-view="addressbooks" layout="row" style="max-height: 100%"><!-- addressbooks list --></div>
<div data-ui-view="addressbooks" layout="row" class="view"><!-- addressbooks list --></div>
<!-- modal for addressbook sharing options -->
<script type="text/ng-template" id="userRights.html">
@ -288,5 +286,5 @@
</script>
<var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
</div>
</var:component>

View File

@ -2215,7 +2215,7 @@ md-tab > .md-ripple-container .md-ripple {
order: 9; }
.view[layout=row] {
max-height: 100%; }
min-height: 100%; }
/* Angular-material components local overrides */
md-list {

View File

@ -7,5 +7,5 @@
///
.view[layout=row] {
max-height: 100%;
min-height: 100%;
}