Commit 4c1a5e4
committed
fix: use stacked layout for DataBrowser on narrow screens
The CSS grid layout with minmax() minimum widths summed to more than
narrow screen widths, causing columns to overlap on mobile devices.
Switch to a stacked card layout on screens narrower than 768px where
each row displays fields vertically with labels. Disable virtualization
on narrow screens since the stacked layout has variable row heights.
addresses #22811 parent 087e7df commit 4c1a5e4
File tree
5 files changed
+153
-17559
lines changed- packages/server-admin-ui/src/views/DataBrowser
5 files changed
+153
-17559
lines changed
0 commit comments