Skip to content

Commit

Permalink
fix grid wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks authored Mar 21, 2023
1 parent 3f1e630 commit 3ee9540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2912,10 +2912,6 @@ <h4 v-if="metricsEnabled">{{ i18n.gridEps }} {{ gridEps | formatCount }}</h4>
<span class="filter label">{{ i18n.address }}:</span>
<span class="filter value">{{ item.address }}</span>
</div>
<div class="text-no-wrap">
<span class="filter label">{{ i18n.description }}:</span>
<span class="filter value">{{ item.description }}</span>
</div>
<div class="text-no-wrap">
<span class="filter label">{{ i18n.version }}:</span>
<span class="filter value">{{ item.version }}</span>
Expand Down Expand Up @@ -2968,6 +2964,10 @@ <h4 v-if="metricsEnabled">{{ i18n.gridEps }} {{ gridEps | formatCount }}</h4>
<span v-else v-text="$root.l$root.localizeMessage(item.raidStatus)"/>
</span>
</div>
<div class="text-no-wrap">
<span class="filter label">{{ i18n.description }}:</span>
<span class="filter value text-wrap">{{ item.description }}</span>
</div>
<p/>
<div class="text-justify">
<a :target="$root.target('influxdb')" :href="item.dashboardLink" class="no-underline">
Expand Down

0 comments on commit 3ee9540

Please sign in to comment.