Update notification bar width

The add-save never-save 'td' is too narrow and it cause the buttons to appear in two rows. This change will make it a little wider to solve this problem.
This commit is contained in:
Hamid 2017-08-15 14:03:46 -03:00 committed by Kyle Spearrin
parent e151209261
commit 5b6bddccca
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<tbody>
<tr>
<td class="add-text"></td>
<td align="right" width="300">
<td align="right" width="320">
<button class="never-save link"></button>
<button class="add-save"></button>
</td>