]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix reset button padding on small screens 1646/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 26 Sep 2022 17:52:01 +0000 (10:52 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 26 Sep 2022 17:55:22 +0000 (10:55 -0700)
src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html

index 6c9d9f8c793a8c22c98ac9a6c191d983742d317a..bfc6d4925d47589441a725c550c8ed8867aedc2f 100644 (file)
@@ -64,9 +64,9 @@
      </div>
    </div>
    <div class="w-100 d-xxl-none"></div>
-   <div class="col col-xl-auto ps-0">
+   <div class="col col-xl-auto ps-xxl-0">
      <button class="btn btn-link btn-sm px-0" [disabled]="!rulesModified" (click)="resetSelected()">
-       <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-x me-1" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
+       <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-x me-1 ms-n1" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
          <path fill-rule="evenodd" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
        </svg><ng-container i18n>Reset filters</ng-container>
      </button>