Skip to content

Commit ce7c16d

Browse files
committed
improvement(logs): increase log details panel max width from 40vw to 60vw
1 parent e14a3a5 commit ce7c16d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/stores/logs/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
*/
1010
export const MIN_LOG_DETAILS_WIDTH = 320
1111
export const DEFAULT_LOG_DETAILS_WIDTH = 520
12-
export const MAX_LOG_DETAILS_WIDTH_RATIO = 0.4
12+
export const MAX_LOG_DETAILS_WIDTH_RATIO = 0.6
1313

1414
/**
15-
* Returns the maximum log details panel width (65vw).
15+
* Returns the maximum log details panel width (65% of viewport width).
1616
* Falls back to a reasonable default for SSR.
1717
*/
1818
export const getMaxLogDetailsWidth = () =>

0 commit comments

Comments
 (0)