</div>
<div class="row">
<div class="col-md-6">
- <table id="locationdetails" class="table table-striped">
+ <table id="locationdetails" class="table table-striped table-responsive">
<tbody>
<InfoRow title="Name"><InfoRowList items={aPlace.names} /></InfoRow>
<InfoRow title="Type">{aPlace.category}:{aPlace.type}</InfoRow>
padding-left: 0 !important;
}
- .table {
- width: 100%;
- }
#map-wrapper {
width:100%;
min-height: auto;