Skip to content

Commit

Permalink
Merge branch 'table-css' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Sep 29, 2023
2 parents d95bf92 + 2089b6f commit 72bfaf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
width: 100%;
table-layout: fixed;
/* width: 100%; */
/* table-layout: fixed; */
}

th, td {
/* th, td {
word-wrap: break-word;
max-width: 100%;
}
} */

/*
1. Change the font styles in all browsers.
Expand Down

0 comments on commit 72bfaf4

Please sign in to comment.