Skip to content

Commit

Permalink
adds work break, hypens and compact to isochrones table in case of ov…
Browse files Browse the repository at this point in the history
…erflow
  • Loading branch information
TimMcCauley committed May 21, 2018
1 parent 7d0a7b0 commit 7b59e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h4 ng-bind-html="$ctrl.attributes.info.address">
</span>
</div>
<div class="collapsable" ng-class="{ showMe: showIsochrones }">
<table class="ui celled teal small table">
<table class="ui celled teal compact small table">
<thead>
<tr ng-switch="$ctrl.attributes.info.query.range_type">
<th>
Expand Down
2 changes: 2 additions & 0 deletions app/less/ors-panel-isochrones.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
user-select: none;
table {
cursor: pointer;
word-break: break-all;
hyphens: auto;
}
.segment {
display: flex;
Expand Down

0 comments on commit 7b59e76

Please sign in to comment.