Add option to stretch columns to available width (#3040) (#3042)

This commit is contained in:
Claire
2025-04-15 13:57:49 +02:00
committed by GitHub
parent 8bfbf2abaf
commit 1ce0733cac
5 changed files with 22 additions and 0 deletions

View File

@@ -7477,6 +7477,13 @@ img.modal-warning {
}
}
.fullwidth-columns .columns-area:not(.columns-area--mobile) {
.column {
flex: auto;
max-width: unset;
}
}
.media-gallery__actions {
position: absolute;
top: 6px;