Skip to content

Commit

Permalink
Adds min-width to left column.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 6, 2025
1 parent db14b91 commit 10820f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
width: 100%;
}

.form-builder-left-column {
min-width: 900px;
}

.form-builder-right-column {
padding-top: var(--units-2);
}
Expand Down

0 comments on commit 10820f6

Please sign in to comment.