Skip to content

Instantly share code, notes, and snippets.

@notmyname
Last active November 17, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/eeedc626c8bf49ae5d6f005a8d6778a8 to your computer and use it in GitHub Desktop.
Save notmyname/eeedc626c8bf49ae5d6f005a8d6778a8 to your computer and use it in GitHub Desktop.
make the stars in gerrit smaller
#gerrit_body .gwt-Image {
width: 15px !important;
height: 15px !important;
}
#gerrit_body .changeTable .dataCell a.gwt-InlineHyperlink {
white-space: nowrap !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment