File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44node_modules
55yarn.lock
66.DS_Store
7+
8+ /docs /lib
Original file line number Diff line number Diff line change 1010 h1 , h2 { color : # 111 ; border-bottom : 1px solid # ddd ; padding-bottom : 0.5rem ;}
1111 .container { display : flex; gap : 2rem ; max-width : 1200px ; margin : 0 auto; }
1212 .column { flex : 1 ; display : flex; flex-direction : column; }
13- textarea , pre { width : 100% ; min-height : 400px ; box-sizing : border-box; border : 1px solid # ccc ; border-radius : 6px ; padding : 1rem ; font-family : monospace; font-size : 14px ; line-height : 1.5 ; }
13+ textarea , pre { width : 100% ; min-height : 400px ; box-sizing : border-box; border : 1px solid # ccc ; border-radius : 6px ; padding : 1rem ; font-family : monospace; font-size : 14px ; line-height : 1.5 ; text-wrap : nowrap; }
1414 textarea { resize : vertical; }
1515 pre { background-color : # fff ; white-space : pre-wrap; word-wrap : break-word; }
1616 button { font-size : 1rem ; padding : 0.75rem 1.5rem ; border : none; border-radius : 6px ; background-color : # 007bff ; color : white; cursor : pointer; margin-top : 1rem ; align-self : flex-start; }
You can’t perform that action at this time.
0 commit comments