mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Use scroll bar if there are too many columns in a content card (#7300)
This commit is contained in:
@@ -2904,6 +2904,7 @@ else { //default: white
|
|||||||
|
|
||||||
div.card {
|
div.card {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
overflow-x: auto;
|
||||||
<?php
|
<?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) || !empty($card_background_color) || !empty($card_shadow_color)) {
|
||||||
if (isset($card_border_size) && !empty($card_border_color)) {
|
if (isset($card_border_size) && !empty($card_border_color)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user