Skip to content

Commit

Permalink
Prevent embargo inputs from running off the side of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Oct 18, 2023
1 parent c78da80 commit 7b5f9fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/unc_custom.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1247,3 +1247,10 @@ Hide it entirely until the issue is resolved upstreeam
margin-right: 0;
}
}

.visibility {
/* this prevents the embargo inputs from running out of the side of their container */
.form-inline {
display: block;
}
}

0 comments on commit 7b5f9fe

Please sign in to comment.