zulip/web/templates/compose_banner
Karl Stolley fe8fc98912 compose_banners: Structure innner <p> elements with .banner_message class.
This also styles those inner .banner_message elements to lose
margin inherited from Bootstrap. (This is now also applied to
the upload-message banner.)

It's better to achieve that with a class selector; using a `p`
element selector would mean that such a style would be evaluated
for all `<p>` elements in the DOM. Which is of course a whole lot,
thanks to Markdown alone.

Fixes: #26922
2023-10-09 11:55:01 -07:00
..
compose_banner.hbs compose: Present banners with intrinsic layout. 2023-09-14 10:13:29 -07:00
message_sent_banner.hbs compose_banners: Add .banner_content to elements that need it. 2023-10-09 11:55:01 -07:00
not_subscribed_warning.hbs compose_banners: Structure innner <p> elements with .banner_message class. 2023-10-09 11:55:01 -07:00
private_stream_warning.hbs compose_banners: Structure innner <p> elements with .banner_message class. 2023-10-09 11:55:01 -07:00
stream_does_not_exist_error.hbs compose_banners: Structure innner <p> elements with .banner_message class. 2023-10-09 11:55:01 -07:00
success_message_scheduled_banner.hbs compose: Present banners with intrinsic layout. 2023-09-14 10:13:29 -07:00
unmute_topic_banner.hbs compose_banners: Structure innner <p> elements with .banner_message class. 2023-10-09 11:55:01 -07:00
upload_banner.hbs compose_banners: Add .banner_content to elements that need it. 2023-10-09 11:55:01 -07:00
wildcard_warning.hbs compose_banners: Structure innner <p> elements with .banner_message class. 2023-10-09 11:55:01 -07:00