Skip to content

Commit f9b4b39

Browse files
committed
drop fixed width
1 parent 94ddd2c commit f9b4b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intent-examples/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<style>
77
pre b {background-color: rgb(255 255 255 / 0.4)}
88
pre:target{background-color:yellow}
9-
td pre {width: 35em; white-space:pre-wrap}
9+
td pre {white-space:pre-wrap}
1010
th[colspan] {font-size:120%;font-weight:bold;
1111
background-color:white;
1212
padding-top:.5em}

intent-examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<style>
77
pre b {background-color: rgb(255 255 255 / 0.4)}
88
pre:target{background-color:yellow}
9-
td pre {width: 35em; white-space:pre-wrap}
9+
td pre {white-space:pre-wrap}
1010
th[colspan] {font-size:120%;font-weight:bold;
1111
background-color:white;
1212
padding-top:.5em}

0 commit comments

Comments
 (0)