- Issue created by @yogesh.k
- Merge request !103496897-site-messages-should: Styled Error warning and Status Message. → (Merged) created by rahuly072
- 🇮🇳India rahuly072
Please check styled all three Status , Error and Warning message.
- 🇮🇳India anoopsingh92 Rajasthan, India
This is js or dependency error, please check and find the better solution.
That is not an CSS issue @rahuly072
1st solution is, check after disabled big pipe module. Hi @anoopsingh92, after disabling Bigpipe module the issue is not coming. But instead of disabling Bigpipe module we can go with this solution
use Drupal\Core\Render\Element\StatusMessages; function flexi_style_preprocess_block__system_messages_block(&$variables) { $variables['content'] = StatusMessages::renderMessages(); $variables['#cache']['max-age'] = 0; }
you can see this core issue for reference: https://www.drupal.org/project/drupal/issues/3456176#comment-15738200 🐛 10.3 upgrade now missing status-message theme sugestions Active . Kindly share your review on the changes.
- 🇮🇳India anoopsingh92 Rajasthan, India
Thanks @sandip-poddar for identify the issue.
You didn't make any changes in the CSS file, can you please checkout this file from the MRcss/base/elements.css
-
anoopsingh92 →
committed 3beb0e5b on 1.4.x authored by
rahuly072 →
Issue #3496897 by sandip poddar, yogesh.k, anoopsingh92: Site messages...
-
anoopsingh92 →
committed 3beb0e5b on 1.4.x authored by
rahuly072 →
@anoopsingh92,
Since the issue has been solved and MR has been merged, can we move this issue to fixed now?Automatically closed - issue fixed for 2 weeks with no activity.