Skip to content

Commit

Permalink
Avoid some columns collapsing with long names/titles. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Sep 28, 2021
1 parent 7e99304 commit 6ef7081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/custom_lists_sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.custom-lists-sidebar {
min-width: 15em;
border: 1px solid $gray;
padding: 15px;
margin: 7px 7px 15px 7px;
Expand Down
2 changes: 2 additions & 0 deletions src/stylesheets/lane_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

.available-lists, .current-lists {
display: flex;
min-width: 20em;
flex-direction: column;
flex-basis: 44%;
margin-top: 15px;
Expand Down Expand Up @@ -109,6 +110,7 @@

.available-list, .current-list {
display: flex;
min-width: 20em;
flex-direction: row;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit 6ef7081

Please sign in to comment.