File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ html {
36
36
body {
37
37
height : 100% ;
38
38
39
- code {
40
- text-wrap-mode : wrap ;
41
- word-wrap : anywhere;
42
- }
43
-
44
39
.page-content {
45
40
display : flex ;
46
41
@@ -103,16 +98,21 @@ body {
103
98
@include relative-font-size (1 );
104
99
}
105
100
106
- . markdown-preview {
101
+ # markdown-preview {
107
102
border-style : solid ;
108
103
border-width : 1px ;
109
104
110
105
@media not screen and (min-width : $on-laptop ) {
111
106
overflow : auto ;
112
107
}
108
+
109
+ * {
110
+ text-wrap-mode : wrap ;
111
+ word-wrap : anywhere;
112
+ }
113
113
}
114
114
115
- textarea , . markdown-preview {
115
+ textarea , # markdown-preview {
116
116
flex-grow : 1 ;
117
117
flex-basis : 0 ;
118
118
Original file line number Diff line number Diff line change 39
39
40
40
< div class ="content ">
41
41
< textarea id ="{{ textarea_id }} " placeholder ="{{ textarea_placeholder }} " autofocus > </ textarea >
42
- < div id ="{{ markdown_preview_id }} " class =" markdown-preview " > </ div >
42
+ < div id ="{{ markdown_preview_id }} "> </ div >
43
43
</ div >
44
44
45
45
< script >
You can’t perform that action at this time.
0 commit comments