fix: fix the flickering in logs explorer table view (#8304)

This commit is contained in:
Shaheer Kochai 2025-06-24 08:31:13 +04:30 committed by GitHub
parent 50f3fc0ff9
commit f138eff26c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ export function getDefaultCellStyle(isDarkMode?: boolean): CSSProperties {
export const defaultTableStyle: CSSProperties = {
minWidth: '40rem',
maxWidth: '60rem',
};
export const defaultListViewPanelStyle: CSSProperties = {