Use scroll bar if there are too many columns in a content card (#7300)

This commit is contained in:
Alex 2025-03-12 09:40:02 -06:00 committed by GitHub
parent af9691ff41
commit 3167a8ce49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2904,6 +2904,7 @@ else { //default: white
div.card {
margin-bottom: 15px;
overflow-x: auto;
<?php
if (isset($card_border_size) || !empty($card_border_color) || !empty($card_background_color) || !empty($card_shadow_color)) {
if (isset($card_border_size) && !empty($card_border_color)) {