Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoytommanjaly committed Oct 16, 2023
1 parent 349bda4 commit c474905
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@
display: inline-block;
}


.table-container {
max-width: 100%;
overflow-x: auto;
margin-bottom: 20px; /* Adjust margin as needed */
}

.table-container td, .table-container th {
padding: 10px;
word-wrap: break-word; /* Allow word wrapping */
max-width: 150px; /* Adjust max-width as needed */
}



.popup-content {
display: none;
position: absolute;
Expand Down Expand Up @@ -209,4 +224,4 @@ left: 0;
max-width: 720px;
}
}
</style>
</style>

0 comments on commit c474905

Please sign in to comment.