diff --git a/sass/partials/drupalorg/_issue-page.scss b/sass/partials/drupalorg/_issue-page.scss
index ae18982..434d370 100644
--- a/sass/partials/drupalorg/_issue-page.scss
+++ b/sass/partials/drupalorg/_issue-page.scss
@@ -169,4 +169,81 @@
   .field-name-taxonomy-vocabulary-9 {
     margin-top: .692em;
   }
+  // Increase the width of these fields to span entire form width.
+  .form-item-title,
+  .form-item-taxonomy-vocabulary-9-und,
+  .field-name-field-issue-parent,
+  .field-name-field-issue-related,
+  .form-item-body-und-0-value {
+    textarea,
+    input.form-text {
+      width: 100%;
+    }
+  }
+  // Override project_issue styling.
+  .issue-settings {
+    clear: none;
+    float: left;
+    overflow: inherit;
+    .form-item {
+      padding: 0;
+    }
+  }
+  // Both forms.
+  .form-item-title {
+    float: left;
+    margin-right: 1%;
+    width: 49%;
+  }
+  #node_project_issue_form_group_issue_settings {
+    float: left;
+    margin-right: 1%;
+    width: 49%;
+  }
+  #node_project_issue_form_group_issue_project_settings {
+    float: right;
+    margin-left: 1%;
+    width: 49%;
+  }
+  .field-name-field-issue-category,
+  .field-name-field-issue-priority,
+  .field-name-field-issue-status,
+  .field-name-field-issue-version,
+  .field-name-field-issue-component,
+  .field-name-field-issue-assigned {
+    float: left;
+    select {
+      width: 100%;
+    }
+  }
+  .field-name-field-issue-category {
+    margin-right: 1%;
+    width: 24%;
+  }
+  .field-name-field-issue-priority {
+    margin-left: 1%;
+    margin-right: 1%;
+    width: 23%;
+  }
+  .field-name-field-issue-status {
+    margin-left: 1%;
+    width: 49%;
+  }
+  .field-name-field-issue-version {
+    margin-right: 1%;
+    width: 24%;
+  }
+  .field-name-field-issue-component {
+    margin-right: 1%;
+    width: 44%;
+  }
+  .field-name-field-issue-assigned {
+    margin-right: 1%;
+    width: 29%;
+  }
+}
+
+h2.comment-form {
+  border-bottom: 1px solid $grey;
+  padding-bottom: 0.5em;
 }
