We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please change the code for "Send a CC to" and "Send a BCC to":
Before <div class="w50" style="height:auto widget">
<div class="w50" style="height:auto widget">
After <div class="w50 widget" style="height:auto">
<div class="w50 widget" style="height:auto">
The text was updated successfully, but these errors were encountered:
Seems the style attribute in the eval array is set twice:
style
https://github.com/terminal42/contao-notification_center/blob/master/dca/tl_nc_language.php#L218 https://github.com/terminal42/contao-notification_center/blob/master/dca/tl_nc_language.php#L230
The question ist, which height is the right one?
height
Sorry, something went wrong.
Fixed display of CC and BCC fields (#119)
40a979c
I've changed the input fields to text instead of testarea in 40a979c, that should fix the problem.
text
testarea
No branches or pull requests
Please change the code for "Send a CC to" and "Send a BCC to":
Before
<div class="w50" style="height:auto widget">
After
<div class="w50 widget" style="height:auto">
The text was updated successfully, but these errors were encountered: