diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 2ef7e495e..a70afffb1 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -764,4 +764,17 @@ width: auto; max-width: 95%; } + + /* new issue form */ + #all_attributes p:first-child { + float: none !important; + } + + #issue_is_private_label { + display: inline; + } + + span#watchers_inputs { + width: 100%; + } }