Update css.php
This commit is contained in:
parent
f7a97ae30e
commit
2e46b2f78e
|
|
@ -2906,7 +2906,6 @@ 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)) {
|
||||||
|
|
@ -3536,6 +3535,7 @@ else { //default: white
|
||||||
.list {
|
.list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list tr {
|
.list tr {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue