Skip to content

Commit

Permalink
Try to fix table overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsypilov committed Sep 16, 2024
1 parent 930bf33 commit e606e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MarkdownViewer/MarkdownViewer.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export const TableWrapper = styled.div`
`;

export const Table = styled.table`
width: max-content;
width: 100%;
min-width: 400px;
`;

export function getListStyle(depth: boolean): CSSProperties {
Expand Down

0 comments on commit e606e6c

Please sign in to comment.