Created
April 1, 2014 21:52
-
-
Save shvytejimas/9923897 to your computer and use it in GitHub Desktop.
MODx manager resourcelist combobox width hackfix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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