Skip to content

Commit

Permalink
change table css
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Sep 29, 2023
1 parent d09293a commit 1f76777
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
width: 100%;
table-layout: fixed;
}

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

/*
Expand Down

0 comments on commit 1f76777

Please sign in to comment.