Skip to content

Commit

Permalink
Merge pull request #10 from hivokas/patch-1
Browse files Browse the repository at this point in the history
Style fix (whitespace-no-wrap)
  • Loading branch information
kitbs authored Jan 24, 2020
2 parents d21ccc0 + 27d8518 commit 256a2b7
Show file tree
Hide file tree
Showing 5 changed files with 2,213 additions and 972 deletions.
2 changes: 1 addition & 1 deletion dist/css/field.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/Indicator.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<span v-if="!field.shouldHide">
<span class="whitespace-no-wrap" v-if="!field.shouldHide">
<span
class="inline-block indicator-grey rounded-full w-2 h-2 mr-1"
v-bind="colorClassStyle"
Expand Down
8 changes: 4 additions & 4 deletions resources/sass/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
}

.indicator-info {
background-color: var(--info);
background: var(--info);
}

.indicator-danger {
background-color: var(--danger);
background: var(--danger);
}

.indicator-warning {
background-color: var(--warning);
background: var(--warning);
}

.indicator-success {
background-color: var(--success);
background: var(--success);
}

.indicator-black {
Expand Down
Loading

0 comments on commit 256a2b7

Please sign in to comment.