From 61f602f3c1006a2ce8c0e318aa0757426a680098 Mon Sep 17 00:00:00 2001 From: adametz Date: Sat, 10 Mar 2018 13:28:37 +0000 Subject: [PATCH] Overflow in Booking Form git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3380 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- .../assets/less/includes/shortcodes.less | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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) {