I have a problem with table html (using bootstrap)
I have table with number of rows. In the last cell of every row i want to add horizontal scroll bar.
I upload my html page so you can see what i meaning - http://77.247.180.36/~pelegisr/sites/tours/res-org2.html
As you can see I have gray column called "Nights" that contain number of small tables. I would like to add X-scroll in each row so i could see all the mall blue tables.
I tried to add styles: "display: inline-block; overflow-x:scroll; white-space: nowrap;
" without any luck...