ui/grid view: horizontally scroll tables

This commit is contained in:
Adorian Doran 2026-02-25 10:58:38 +02:00
parent b3c397e847
commit 2049c49fdb

View File

@ -374,6 +374,22 @@
width: 25%;
}
.ck-content .table {
display: block;
overflow-y: scroll;
table {
width: max-content;
}
figcaption {
display: block;
position: sticky;
left: 0;
width: 100%;
}
}
.rendered-content,
.rendered-content.text-with-ellipsis {
padding: .5rem 1rem 1rem 1rem;