Skip to content

Commit

Permalink
Merge pull request #151 from leomoon/master
Browse files Browse the repository at this point in the history
removes white-space:pre; so long th can break on small screens
  • Loading branch information
leomoon authored Jul 20, 2024
2 parents 77383ec + 0cdd2a0 commit 53d55e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.35
1.0.36
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ img.polaroid{width:100%;height:auto;padding:9px;background-color:#ffffff;border:
code{background:#f0f0f0;padding:0 5px;}

/* tables */
table{width:0;}
table{width:100%;}
td{padding:9px;border:1px solid #999999;}
th{padding:0 9px 0 9px;font-size:0.9rem;font-weight:bold;white-space:pre;color:var(--theme-color)}
th{padding:0 9px 0 9px;font-size:0.9rem;font-weight:bold;color:var(--theme-color)}

/* input colors */
input:not([type]):focus:not([readonly]),
Expand Down

0 comments on commit 53d55e1

Please sign in to comment.