@@ -100,19 +100,19 @@ export function SerialConsolePage() {
100100 < div className = "!mx-0 flex h-full max-h-[calc(100vh-60px)] !w-full flex-col" >
101101 < Link
102102 to = { pb . instance ( instanceSelector ) }
103- className = "mx-3 mb-6 mt-3 flex h-10 flex- shrink-0 items-center rounded px-3 bg-accent-secondary"
103+ className = "mx-3 mb-6 mt-3 flex h-10 shrink-0 items-center rounded px-3 bg-accent-secondary"
104104 >
105105 < PrevArrow12Icon className = "text-accent-tertiary" />
106106 < div className = "ml-2 text-mono-sm text-accent" >
107107 < span className = "text-accent-tertiary" > Back to</ span > instance
108108 </ div >
109109 </ Link >
110110
111- < div className = "gutter relative w-full flex- shrink flex- grow overflow-hidden" >
111+ < div className = "gutter relative w-full shrink grow overflow-hidden" >
112112 { connectionStatus !== 'open' && < SerialSkeleton /> }
113113 < Suspense fallback = { null } > { ws . current && < Terminal ws = { ws . current } /> } </ Suspense >
114114 </ div >
115- < div className = "flex- shrink-0 justify-between overflow-hidden border-t bg-default border-secondary empty:border-t-0" >
115+ < div className = "shrink-0 justify-between overflow-hidden border-t bg-default border-secondary empty:border-t-0" >
116116 < div className = "gutter flex h-20 items-center justify-between" >
117117 < div >
118118 < EquivalentCliCommand command = { cliCmd . serialConsole ( { project, instance } ) } />
@@ -131,7 +131,7 @@ function SerialSkeleton() {
131131 const instanceSelector = useInstanceSelector ( )
132132
133133 return (
134- < div className = "relative h-full flex- shrink flex- grow overflow-hidden" >
134+ < div className = "relative h-full shrink grow overflow-hidden" >
135135 < div className = "h-full space-y-2 overflow-hidden" >
136136 { [ ...Array ( 200 ) ] . map ( ( _e , i ) => (
137137 < div
0 commit comments