From 011d8bdb2a511d07d4bbc40a17a0c7545efb33e2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:13:44 +0200 Subject: [PATCH] fix(storages): keep volume actions on one line --- resources/css/app.css | 8 ++++---- .../livewire/project/shared/storages/all.blade.php | 4 ++-- tests/Feature/PersistentStorageVolumesLayoutTest.php | 12 ++++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index f9965994ec..da912284cf 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -2948,11 +2948,11 @@ input[type="search"]::-webkit-search-results-decoration { } .volumes-table-grid { - grid-template-columns: minmax(10rem, 1.4fr) minmax(6rem, 1fr) minmax(6rem, 1fr) 5rem 12rem; + grid-template-columns: minmax(10rem, 1.4fr) minmax(6rem, 1fr) minmax(6rem, 1fr) 5rem 15rem; } .volumes-table-grid-with-pr { - grid-template-columns: minmax(9rem, 1.2fr) minmax(5.5rem, 0.85fr) minmax(5.5rem, 0.85fr) 9.25rem 5rem 12rem; + grid-template-columns: minmax(9rem, 1.2fr) minmax(5.5rem, 0.85fr) minmax(5.5rem, 0.85fr) 9.25rem 5rem 15rem; } .volumes-mobile-label { @@ -2988,7 +2988,7 @@ input[type="search"]::-webkit-search-results-decoration { @media (max-width: 1100px) { .volumes-table-grid { - grid-template-columns: minmax(9rem, 1.2fr) minmax(6rem, 1fr) 5rem 12rem; + grid-template-columns: minmax(9rem, 1.2fr) minmax(6rem, 1fr) 5rem 15rem; } .volumes-table-grid > .volumes-col-source, @@ -2997,7 +2997,7 @@ input[type="search"]::-webkit-search-results-decoration { } .volumes-table-grid-with-pr { - grid-template-columns: minmax(9rem, 1.1fr) minmax(6rem, 1fr) 8.5rem 5rem 12rem; + grid-template-columns: minmax(9rem, 1.1fr) minmax(6rem, 1fr) 8.5rem 5rem 15rem; } .volumes-table-grid-with-pr > .volumes-col-source, diff --git a/resources/views/livewire/project/shared/storages/all.blade.php b/resources/views/livewire/project/shared/storages/all.blade.php index 98521c8204..17288910c9 100644 --- a/resources/views/livewire/project/shared/storages/all.blade.php +++ b/resources/views/livewire/project/shared/storages/all.blade.php @@ -108,7 +108,7 @@ @if ($showBackupAction)