From 00c493334485df22bc8955804d50ef9696b6ad20 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Mar 2026 09:15:13 +0200 Subject: [PATCH] fix(collections/grid): full-width images are too small in preview (closes #9116) --- .../src/widgets/collections/legacy/ListOrGridView.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 4dde39124a..79b11d88cf 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -364,23 +364,19 @@ mask-repeat: no-repeat; mask-size: 100% 100%; } - + .ck-content p { margin-bottom: 0.5em; line-height: 1.3; } - .ck-content figure.image { - width: 25%; - } - .ck-content .table { display: flex; flex-direction: column-reverse; overflow-x: scroll; --scrollbar-thickness: 0; scrollbar-width: none; - + table { width: max-content; table-layout: auto; @@ -435,4 +431,4 @@ } } -/* #endregion */ \ No newline at end of file +/* #endregion */