Route rules overlaps in UI

This commit is contained in:
Ludovic Fernandez 2018-05-16 13:44:03 +02:00 committed by Traefiker Bot
parent f5b306e7ff
commit a0872c9e31
2 changed files with 1 additions and 28 deletions

View file

@ -51,7 +51,7 @@
<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>

View file

@ -1,27 +0,0 @@
@charset "utf-8"
@import 'typography'
@import 'variables'
@import 'colors'
@import '~bulma/sass/utilities/all'
@import '~bulma/sass/base/all'
@import '~bulma/sass/grid/all'
@import '~bulma/sass/elements/container'
@import '~bulma/sass/elements/tag'
@import '~bulma/sass/elements/other'
@import '~bulma/sass/elements/box'
@import '~bulma/sass/elements/form'
@import '~bulma/sass/elements/table'
@import '~bulma/sass/components/navbar'
@import '~bulma/sass/components/tabs'
@import '~bulma/sass/elements/notification'
@import 'nav'
@import 'content'
@import 'message'
@import 'charts'
@import 'helper'
html
font-family: $open-sans
height: 100%
background: $background