mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00: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:
@@ -28,7 +28,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="add-text"></td>
|
<td class="add-text"></td>
|
||||||
<td align="right" width="300">
|
<td align="right" width="320">
|
||||||
<button class="never-save link"></button>
|
<button class="never-save link"></button>
|
||||||
<button class="add-save"></button>
|
<button class="add-save"></button>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user