Skip to content

Commit

Permalink
fix table cell widths
Browse files Browse the repository at this point in the history
  • Loading branch information
markzegarelli committed Sep 20, 2024
1 parent 8bf9008 commit dc1b072
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/docs/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,10 @@ line-height: 1.25rem;
background-color: #fff; /* Optional: Keep the frozen column background intact */
z-index: 1; /* Ensure the first column stays above the scrolling part */
border-right: 1px solid #ddd;
}.snow-comp td {
min-width: 200px;
word-wrap: break-word;
white-space: normal;
}.hover\:h-6:hover {
height: 1.5rem;
}.hover\:h-8:hover {
Expand Down
6 changes: 6 additions & 0 deletions resources/docs/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -997,4 +997,10 @@ th {
background-color: #fff; /* Optional: Keep the frozen column background intact */
z-index: 1; /* Ensure the first column stays above the scrolling part */
border-right: 1px solid #ddd;
}

.snow-comp td {
min-width: 200px;
word-wrap: break-word;
white-space: normal;
}

0 comments on commit dc1b072

Please sign in to comment.