mirror of https://github.com/zulip/zulip.git
fe8fc98912
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 |
||
---|---|---|
.. | ||
compose_banner.hbs | ||
message_sent_banner.hbs | ||
not_subscribed_warning.hbs | ||
private_stream_warning.hbs | ||
stream_does_not_exist_error.hbs | ||
success_message_scheduled_banner.hbs | ||
unmute_topic_banner.hbs | ||
upload_banner.hbs | ||
wildcard_warning.hbs |