File tree Expand file tree Collapse file tree
docs-site/src/content/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ description: >-
88import { Steps } from " @astrojs/starlight/components" ;
99
1010<style >{ `
11+ table {
12+ display: block;
13+ overflow-x: auto;
14+ }
1115 table td:first-child,
1216 table th:first-child {
1317 white-space: nowrap;
Original file line number Diff line number Diff line change 1313 <img
1414 src="/claude-code-tools/assets/demo.gif"
1515 alt="claude-code-tools demo"
16- style="max-width:480px;border-radius:8px;"
16+ style="width:100%; max-width:480px;border-radius:8px;"
1717 />
1818 actions :
1919 - text : Get Started
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ title: "Resume"
55import { Tabs , TabItem } from ' @astrojs/starlight/components' ;
66
77<style >{ `
8+ table {
9+ display: block;
10+ overflow-x: auto;
11+ }
812 table td:first-child,
913 table th:first-child {
1014 white-space: nowrap;
You can’t perform that action at this time.
0 commit comments