fix address book for small devices
This commit is contained in:
parent
35a98069be
commit
d8052de809
3 changed files with 12 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue