Skip to content

Instantly share code, notes, and snippets.

@BugBuster1701
Last active January 28, 2017 19:30
Show Gist options
  • Select an option

  • Save BugBuster1701/4319fb99bf6a137b24db to your computer and use it in GitHub Desktop.

Select an option

Save BugBuster1701/4319fb99bf6a137b24db to your computer and use it in GitHub Desktop.
Contao Checkbox, Höhe automatisch vergößern
in Backend css Datei
.w50h .tl_tip
{
height: auto;
}
in DCA bei eval: statt
array('tl_class'=>'w50' ...)
nun
array('tl_class'=>'w50 w50h' ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment