Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix(core): fix text wrapping of the system names
Browse files Browse the repository at this point in the history
Fixes: #99
  • Loading branch information
juliomrqz committed Feb 25, 2019
1 parent a94270c commit 637f7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@statusfy/core/client/components/System.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:class="system.status"
class="system flex flex-row justify-between"
>
<div class="system-title flex-1">
<div class="system-title">
{{ $t(`systems.items.${system.name}.title`) }}

<v-popover
Expand All @@ -16,7 +16,7 @@
<span class="system-title-info">
<svgicon
name="fortawesome/question-circle-regular"
class="svg-inline--fa fa-w-16"
class="ml-1 svg-inline--fa fa-w-16"
/>
</span>

Expand All @@ -25,7 +25,7 @@
</template>
</v-popover>
</div>
<div class="system-status flex-1">
<div class="system-status">
<span class="hidden sm:inline">{{ status.title }}</span>
<svgicon
:name="`fortawesome/${status.icon}`"
Expand Down

0 comments on commit 637f7bb

Please sign in to comment.