diff --git a/app/assets/stylesheets/unc_custom.css.scss b/app/assets/stylesheets/unc_custom.css.scss index c8c526091..5a51d31fa 100644 --- a/app/assets/stylesheets/unc_custom.css.scss +++ b/app/assets/stylesheets/unc_custom.css.scss @@ -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; + } +}