diff --git a/app/assets/stylesheets/hyrax/_forms.scss b/app/assets/stylesheets/hyrax/_forms.scss index 120f764f02..bafa9ae03f 100644 --- a/app/assets/stylesheets/hyrax/_forms.scss +++ b/app/assets/stylesheets/hyrax/_forms.scss @@ -72,6 +72,10 @@ form { } } + #collapseLease .form-group { + padding: 0; + } + #collapseEmbargo .form-group { padding: 0; diff --git a/app/views/hyrax/base/_form_visibility_component.html.erb b/app/views/hyrax/base/_form_visibility_component.html.erb index c7266fe22e..d53feab9b4 100644 --- a/app/views/hyrax/base/_form_visibility_component.html.erb +++ b/app/views/hyrax/base/_form_visibility_component.html.erb @@ -10,6 +10,7 @@