fix address book for small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 12:29:47 -03:00
commit d8052de809
3 changed files with 12 additions and 9 deletions

View file

@ -12,7 +12,7 @@
{{success}}
</span>
</div>
<table class="addressbook" ng-show="!showForm && hasEntry()">
<table class="addressbook m0" ng-show="!showForm && hasEntry()">
<thead>
<tr>
<th translate>Entry</th>