File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- const listStyle = { style : 'list-style-type: none; padding: 0; margin: 0 0 0 12px; font-style: normal' } ;
2
- const immutableNameStyle = { style : 'color: rgb(232,98,0)' } ;
1
+ const listStyle = { style : 'list-style-type: none; padding: 0; margin: 0 0 0 12px; font-style: normal; position: relative ' } ;
2
+ const immutableNameStyle = { style : 'color: rgb(232,98,0); position: relative ' } ;
3
3
const keyStyle = { style : 'color: #881391' } ;
4
4
const defaultValueKeyStyle = { style : 'color: #777' } ;
5
5
const alteredValueKeyStyle = { style : 'color: #881391; font-weight: bolder' } ;
6
- const inlineValuesStyle = { style : 'color: #777; font-style: italic' }
6
+ const inlineValuesStyle = { style : 'color: #777; font-style: italic; position: relative ' }
7
7
const nullStyle = { style : 'color: #777' } ;
8
8
9
9
export default function createFormatter ( Immutable ) {
You can’t perform that action at this time.
0 commit comments