Skip to content

Instantly share code, notes, and snippets.

@adammw
Created August 1, 2014 02:12
Show Gist options
  • Save adammw/48f5a31480c087af4152 to your computer and use it in GitHub Desktop.
Save adammw/48f5a31480c087af4152 to your computer and use it in GitHub Desktop.
.ghx-issue {
padding-left: 22px !important;
padding-bottom: 0 !important;
}
.ghx-band-2 .ghx-issue-fields {
margin-top: -2px !important;
}
.ghx-issue-fields .ghx-type {
left: 5px !important;
top: 4px;
}
.ghx-issue .ghx-flags {
left: 5px !important;
}
.ghx-corner .aui-badge {
padding: 2px !important;
}
.ghx-issue-fields {
padding-right: 0 !important;
}
.chrome .ghx-issue-fields .ghx-summary {
margin-top: -2px !important;
}
.chrome .ghx-issue-fields .ghx-summary .ghx-inner {
height: 4em !important;
line-height: 1.05 !important;
}
.ghx-corner {
min-width: auto !important;
}
.ghx-end {
box-shadow: none;
top: 4px;
bottom: inherit !important;
right: 28px !important;
}
@princemaple
Copy link

.ghx-issue {
  padding-left: 22px !important;
  padding-bottom: 0 !important;
}
.ghx-band-2 .ghx-issue-fields {
  margin-top: -2px !important;
}
.ghx-issue-fields .ghx-type {
  left: 5px !important;
  top: 4px;
}
.ghx-issue .ghx-flags {
  left: 5px !important;
}
.ghx-corner .aui-badge {
  padding: 2px !important;
}
.ghx-issue-fields {
  padding-right: 0 !important;
}
.chrome .ghx-issue-fields .ghx-summary {
  margin-top: -2px !important;
}
.chrome .ghx-issue-fields .ghx-summary .ghx-inner {
  height: 4em !important;
  line-height: 1.05 !important;
}
.ghx-corner {
  min-width: auto !important;
}
.ghx-end {
  box-shadow: none;
  top: 4px;
  bottom: inherit !important;
  right: 28px !important;
}

Only whitespace change BTW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment