@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://greasemonkey/content/manage.xul) {

grid > columns > column:first-child {
  min-width: 175px !important;
  max-width: 175px !important;
}

}