Skip to content

Commit

Permalink
refactor: remove max with for body
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Mar 11, 2024
1 parent 38bc4b7 commit 61c854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Logs/TableView/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export function getDefaultCellStyle(isDarkMode?: boolean): CSSProperties {
lineHeight: '18px',
letterSpacing: '-0.07px',
marginBottom: '0px',
minWidth: '10rem',
};
}

export const defaultTableStyle: CSSProperties = {
minWidth: '40rem',
maxWidth: '40rem',
};

export const defaultListViewPanelStyle: CSSProperties = {
Expand Down

0 comments on commit 61c854e

Please sign in to comment.