2
2
< html >
3
3
< head >
4
4
< meta charset ="utf8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5
6
< title > Clojure/Script mode for CodeMirror 6</ title >
6
7
< link href ="https://cdn.nextjournal.com/data/QmW53nJSRrRao5FZ9sZ2pwQ4Gd4mK4nZcvhrATVdiabPkc?filename=tailwind-a4c8a6fe636b6d528505c30cb68526a024f446a7.css&content-type=text/css " rel ="stylesheet ">
7
8
< link href ="https://cdn.nextjournal.com/data/QmSaHZCU6U2DeNohfW2PuXDHkayw7w21uvUWL5oEqVWKwH?filename=viewer-1c61aac61ffa4da89b828d538c5e4eff188e7b56.css&content-type=text/css " rel ="stylesheet ">
@@ -95,22 +96,22 @@ <h3 class="text-center sans-serif font-bold text-lg mt-0 mb-1">Try evaluating an
95
96
</ li >
96
97
< li class ="mt-4 flex ">
97
98
< span class ="mr-2 "> 🥤</ span >
98
- < div class ="flex-auto ">
99
+ < div class ="flex-auto overflow-x-auto ">
99
100
< span class ="font-bold "> Slurping & 🤮 Barfing</ span >
100
101
< table class ="w-full md:max-w-sm text-sm ">
101
102
< tbody >
102
103
< tr class ="align-top ">
103
104
< td class ="py-1 "> forward</ td >
104
- < td class ="py-1 text-right ">
105
+ < td class ="py-1 text-right whitespace-no-wrap ">
105
106
< span class ="kbd ctrl "> Ctrl</ span > + < span class ="kbd "> ←</ span > / < span class ="kbd "> →</ span >
106
107
</ td >
107
- < td class ="py-1 text-right ">
108
+ < td class ="py-1 text-right whitespace-no-wrap ">
108
109
< span class ="mx-1 "> or</ span > < span class ="kbd mod "> Mod</ span > + < span class ="kbd "> ⇧</ span > + < span class ="kbd "> j</ span > / < span class ="kbd "> k</ span >
109
110
</ td >
110
111
</ tr >
111
112
< tr class ="border-t ">
112
113
< td class ="py-1 pr-12 "> backward</ td >
113
- < td class ="py-1 text-right ">
114
+ < td class ="py-1 text-right whitespace-no-wrap ">
114
115
< span class ="kbd ctrl "> Ctrl</ span > + < span class ="kbd alt "> Alt</ span > + < span class ="kbd "> ←</ span > / < span class ="kbd "> →</ span >
115
116
</ td >
116
117
< td > </ td >
@@ -121,16 +122,16 @@ <h3 class="text-center sans-serif font-bold text-lg mt-0 mb-1">Try evaluating an
121
122
</ li >
122
123
< li class ="mt-4 flex ">
123
124
< span class ="mr-2 "> 💗</ span >
124
- < div class ="flex-auto ">
125
+ < div class ="flex-auto overflow-x-auto ">
125
126
< span class ="font-bold "> Semantic Selections</ span >
126
127
< table class ="w-full md:max-w-sm text-sm ">
127
128
< tbody >
128
129
< tr >
129
- < td class ="py-1 " style =" width: 150px; " > Expand / Contract</ td >
130
- < td class ="py-1 text-right " style =" width: 125px; ">
130
+ < td class ="py-1 "> Expand / Contract</ td >
131
+ < td class ="py-1 text-right whitespace-no-wrap ">
131
132
< span class ="kbd alt "> Alt</ span > + < span class ="kbd "> ↑</ span > / < span class ="kbd "> ↓</ span >
132
133
</ td >
133
- < td class ="py-1 text-right ">
134
+ < td class ="py-1 text-right whitespace-no-wrap ">
134
135
< span class ="mx-1 "> or</ span > < span class ="kbd mod "> Mod</ span > + < span class ="kbd "> 1</ span > / < span class ="kbd "> 2</ span >
135
136
</ td >
136
137
</ tr >
0 commit comments