mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): Set min width so it doesn't squish on smaller screens (#4264)
This commit is contained in:
parent
ebeda8bcfb
commit
3661893161
@ -163,7 +163,7 @@ export default function App() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="bg-root-primary p-3 h-screen flex gap-3">
|
||||
<div className="bg-root-primary p-3 h-screen min-w-[1024px] overflow-x-hidden flex gap-3">
|
||||
<aside className="px-1 flex flex-col gap-[15px]">
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user