Commit ac185f1
authored
Fix styling on WebSocket example (#239)
* fix: add overflow handling to code samples in sandbox site
Added overflow-auto classes to websocket example code block and CodeBlock component to prevent content from overflowing container boundaries. Removed flex centering classes from CodeBlock that were causing layout issues with scrollable content.
* fix: indent and padding1 parent be9ed8b commit ac185f1
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments