File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
utils/editors/js-console/v3.0 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 133133 {flex : 1 }
134134 .flex
135135 {display : flex;align-items : center}
136-
136+ .item
137+ {border : 1px solid lightgray;padding : 5px 10px ;display : flex;align-items : center;border-radius : 5px ;cursor : pointer;margin-right : 20px }
137138
138139 # save-root
139140 {margin-left : 5px ;display : flex}
165166 # iframe-root input
166167 {margin-left : 10px }
167168 # async-root
168- {border : 1 px solid lightgray; padding : 5 px 10 px ; display : flex; align-items : center; border-radius : 5 px ; cursor : pointer; margin-right : 20 px }
169+ {}
169170 # async-root input
170171 {margin-left : 10px }
171172
@@ -231,15 +232,15 @@ <h4 slot=version>
231232 </ button >
232233
233234 < div id =run-opts class =flex style ='display:none '>
234- < div id =host class =flex >
235+ < div id =host class =' item flex' >
235236 < span >
236237 host
237238 </ span >
238239 < input type =checkbox >
239240 </ div >
240241 </ div >
241242
242- < div id =async-root >
243+ < div id =async-root class =' item flex ' >
243244 < span >
244245 async
245246 </ span >
You can’t perform that action at this time.
0 commit comments