Skip to content

Commit

Permalink
Route rules overlaps in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and traefiker committed May 16, 2018
1 parent f5b306e commit a0872c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>
<div>
<h2>Route Rule</h2>
</div>
<table class="table is-fullwidth is-hoverable">
<table class="table is-fullwidth is-hoverable table-fixed-break">
<tbody>
<tr *ngFor="let route of p.routes">
<td><code class="has-text-grey" [title]="route.id">{{ route.rule }}</code></td>
Expand Down
27 changes: 0 additions & 27 deletions webui/src/styles/app.sass

This file was deleted.

0 comments on commit a0872c9

Please sign in to comment.