Skip to content

Commit

Permalink
fixed max height on larger tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Nov 6, 2024
1 parent c8a0067 commit ac95c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Pages/Admin/Admin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ browse table = do
})
}
</script>
<table class="common-table">
<table class="common-table" style="max-height:700px;">
{row (columnNames, empty)}
{mconcat $ map row tableData}
</table><br>
Expand Down

0 comments on commit ac95c8f

Please sign in to comment.