Last active
January 28, 2017 19:30
-
-
Save BugBuster1701/4319fb99bf6a137b24db to your computer and use it in GitHub Desktop.
Contao Checkbox, Höhe automatisch vergößern
This file contains hidden or 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 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