Skip to content

Instantly share code, notes, and snippets.

@shvytejimas
Created April 1, 2014 21:52
Show Gist options
  • Save shvytejimas/9923897 to your computer and use it in GitHub Desktop.
Save shvytejimas/9923897 to your computer and use it in GitHub Desktop.
MODx manager resourcelist combobox width hackfix
in /manager/assets/ext3/resources/css/ext-all-notheme-min.css just at the bottom, append
.x-combo-list, .x-combo-list-item, .x-combo-list-inner { width:440px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment