Overflow in Booking Form

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3380 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-03-10 13:28:37 +00:00
parent 2b6f6b811e
commit 61f602f3c1

View file

@ -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) {