Skip to content

Commit

Permalink
Merge pull request #46 from smswithoutborders/develop
Browse files Browse the repository at this point in the history
added overflow to table
  • Loading branch information
mildrette authored Jul 19, 2024
2 parents 1d0ad53 + 443b39b commit 7b23974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/OpenTelemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const OpenTelemetry = () => {

{/* Table */}
<Grid item xs={12} md={6}>
<Box sx={{ overflowX: "auto" }}>
<Box sx={{ maxHeight: "30rem", overflow: "auto" }}>
<TableContainer component={Paper}>
<Table sx={{ minWidth: 800 }}>
<TableHead>
Expand Down

0 comments on commit 7b23974

Please sign in to comment.