1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-15 06:47:57 +02:00

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

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>