]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: consumer status alerts container blocks elements (#5762)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 14 Feb 2024 16:25:58 +0000 (08:25 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 16:25:58 +0000 (08:25 -0800)
src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html

index b492052bab6078ab0bd5cb4def0af644f6fa2353..1d2471bcc438d50579ae80b639999c3fe01730f8 100644 (file)
@@ -6,8 +6,8 @@
       <input type="file" class="visually-hidden" (change)="onFileSelected($event)" multiple #fileUpload>
     </form>
     @if (getStatus().length > 0) {
-    <div class="fixed-bottom p-2 p-md-4 d-flex justify-content-end" [ngClass]="slimSidebarEnabled ? 'col-slim' : 'offset-md-3 offset-lg-2'">
-      <div class="col col-lg-4 col-xl-3 ps-0 pe-0 ps-lg-3 pe-lg-0">
+    <div class="fixed-bottom p-2 p-md-4 d-flex justify-content-end pe-none" [ngClass]="slimSidebarEnabled ? 'col-slim' : 'offset-md-3 offset-lg-2'">
+      <div class="col col-lg-4 col-xl-3 ps-0 pe-0 ps-lg-3 pe-lg-0 pe-auto">
         <div class="card shadow-sm consumer-status-card">
           <div class="card-body">
             <div class="row">