Update xml_cdr.php (#7315)

* Update xml_cdr.php

* Update css.php

* Update template.php
This commit is contained in:
Alex
2025-03-13 13:58:15 -07:00
committed by GitHub
parent 5dffd4d6e0
commit 7639f0755c
3 changed files with 4 additions and 4 deletions

View File

@@ -664,11 +664,11 @@
echo ".hide-sm-dn, .hide-md-dn, .hide-lg-dn {\n";
echo " all: revert;\n";
echo "}\n";
echo ".list {\n";
echo "div.card {\n";
echo " overflow-x: scroll;\n";
echo "}\n";
} else {
echo ".list {\n";
echo "div.card {\n";
echo " overflow-x: hidden;\n";
echo "}\n";
}