File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/app-frontend/src/features/inspector Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default defineComponent({
101
101
} else if (this .fieldOptions .abstract ) {
102
102
return ' '
103
103
} else {
104
- let result = formattedValue (value )
104
+ let result = ` <span class="value-formatted-ouput">${ formattedValue (value )}</span> `
105
105
if (this .field .objectType ) {
106
106
result += ` <span class="text-gray-500">(${this .field .objectType })</span> `
107
107
}
@@ -681,8 +681,9 @@ export default defineComponent({
681
681
color #9 9 9
682
682
& .literal
683
683
color $vividBlue
684
- & .raw-boolean
684
+ & .raw-boolean >>> .value-formatted-ouput
685
685
width 36px
686
+ display inline-block
686
687
& .native.Error
687
688
background $red
688
689
color $white !important
You can’t perform that action at this time.
0 commit comments