fix(frontend): Set min width so it doesn't squish on smaller screens (#4264)

This commit is contained in:
sp.wack 2024-10-08 18:06:15 +04:00 committed by GitHub
parent ebeda8bcfb
commit 3661893161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"