mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Delete button margin-left
This commit is contained in:
parent
b8469946a8
commit
fb9d750684
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex flex-grow-1 flex-xl-grow-0 mb-2 mb-lg-0 ml-auto ml-lg-0" role="group" aria-label="Delete">
|
<div class="d-flex flex-grow-1 flex-xl-grow-0 mb-2 mb-lg-0 ml-auto ml-lg-0 ml-xl-auto" role="group" aria-label="Delete">
|
||||||
<button class="btn btn-sm btn-outline-danger" (click)="delete.next()">
|
<button class="btn btn-sm btn-outline-danger" (click)="delete.next()">
|
||||||
<svg viewBox="0 0 16 16" fill="currentColor">
|
<svg viewBox="0 0 16 16" fill="currentColor">
|
||||||
<use xlink:href="assets/bootstrap-icons.svg#trash" />
|
<use xlink:href="assets/bootstrap-icons.svg#trash" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue