File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 padding-right : 1px !important ;
3131}
3232
33+ .react-native-live-markdown-input-singleline * [data-type = 'pre' ],
3334.react-native-live-markdown-input-multiline * [data-type = 'pre' ] {
3435 line-height : 1.3 ;
3536 display : block;
3839 box-sizing : border-box;
3940}
4041
42+ .react-native-live-markdown-input-singleline * [data-type = 'codeblock' ],
4143.react-native-live-markdown-input-multiline * [data-type = 'codeblock' ] {
4244 position : relative;
4345 width : fit-content;
5456 vertical-align : unset !important ;
5557}
5658
57- .react-native-live-markdown-input-multiline * [data-type = 'line' ] * [data-type = 'pre' ] + * [data-type = 'syntax' ] + * [data-type = 'text' ] {
58- max-width : 100% ;
59- }
60-
61- .react-native-live-markdown-input-multiline * [data-type = 'line' ] * [data-type = 'syntax' ]: has (+ * [data-type = 'pre' ]) {
62- display : block;
63- line-height : 1.3 ;
64- }
65-
59+ .react-native-live-markdown-input-multiline * [data-type = 'line' ] * [data-type = 'syntax' ]: has (+ * [data-type = 'pre' ]),
6660.react-native-live-markdown-input-multiline * [data-type = 'line' ] * [data-type = 'pre' ] + * [data-type = 'syntax' ] {
6761 display : block;
6862 line-height : 1.3 ;
You can’t perform that action at this time.
0 commit comments