Skip to content

Commit

Permalink
fix: table
Browse files Browse the repository at this point in the history
  • Loading branch information
th-release committed Aug 19, 2023
1 parent a467225 commit bc8b1da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/Instances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,12 @@ const TableMain = styled.div`
height: calc(100% - 45px);
overflow: auto; /* Apply overflow to enable scrolling */
scroll-snap-type: both mandatory;
table {
width: 2850px !important;
scroll-snap-type: both mandatory !important;
font-size: 16px;
}
`

export default Instances;

0 comments on commit bc8b1da

Please sign in to comment.