]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: search field clear button padding
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Mar 2024 04:13:52 +0000 (20:13 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Mar 2024 04:13:52 +0000 (20:13 -0800)
src-ui/src/app/components/app-frame/app-frame.component.html

index 261c033e054d45a25a54ae67c31dc4d8813407d4..59b9b3929c722a390f96714d2a03f7a565f8ea86 100644 (file)
@@ -32,7 +32,7 @@
         [formControl]="searchField" [ngbTypeahead]="searchAutoComplete" (keyup)="searchFieldKeyup($event)"
         (selectItem)="itemSelected($event)" i18n-placeholder>
       @if (!searchFieldEmpty) {
-        <button type="button" class="btn btn-link btn-sm px-0 position-absolute top-0 end-0" (click)="resetSearchField()">
+        <button type="button" class="btn btn-link btn-sm ps-0 pe-1 position-absolute top-0 end-0" (click)="resetSearchField()">
           <i-bs width="1em" height="1em" name="x"></i-bs>
         </button>
       }