Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Last active November 17, 2023 17:21
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 kitzberger/89695bfae2b8de8798706552745368f0 to your computer and use it in GitHub Desktop.
Save kitzberger/89695bfae2b8de8798706552745368f0 to your computer and use it in GitHub Desktop.
CKeditor: breitere Dropdowns
<?php
$GLOBALS['TBE_STYLES']['skins']['backend']['stylesheetDirectories']['custom'] = 'EXT:custom/Resources/Public/Css/Backend/';
/* This modifies the outer part of the CKeditor */
.cke_combo__styles .cke_combo_text { width: 150px; }
.cke_combo__format .cke_combo_text { width: 150px; }
.cke_combopanel { width: 150px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment