We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f3c35 commit 7af7e41Copy full SHA for 7af7e41
1 file changed
ui/src/styles/components.css
@@ -3041,14 +3041,16 @@
3041
min-width: 180px;
3042
}
3043
3044
-@media (max-width: 1100px) {
+/* Settings caps .settings-workspace at 1120px, so the table container is ~1080px
3045
+ wide; a 1100px stack breakpoint would collapse the grid at every window size. */
3046
+@media (max-width: 900px) {
3047
.worktrees-table .table-head,
3048
.worktrees-table .table-row {
3049
grid-template-columns: 1fr;
3050
3051
3052
-@container (max-width: 1100px) {
3053
+@container (max-width: 900px) {
3054
3055
3056
0 commit comments