diff --git a/trunk/src/AppBundle/Resources/assets/less/includes/shortcodes.less b/trunk/src/AppBundle/Resources/assets/less/includes/shortcodes.less index d9ff90ce..22cf5b06 100644 --- a/trunk/src/AppBundle/Resources/assets/less/includes/shortcodes.less +++ b/trunk/src/AppBundle/Resources/assets/less/includes/shortcodes.less @@ -307,10 +307,29 @@ } #no-more-tables_first {} + .table > tbody > tr > td { + display: block; + width: 92%; + } + + @media (max-width: 320px) { + .table > tbody > tr > td { + display: block; + width: 75%; + } + } + + @media (max-width: 375px) { + .table > tbody > tr > td { + display: block; + width: 86%; + } + } + @media (max-width: 786px) { .table > tbody > tr > td { display: block; - width: 98%; + width: 92%; } .table.first-table{ .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {