mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
compose: Fix alignment of close buttons in stream invite banners.
Close buttons are misaligned if the warning banner text takes up two lines. We increase the specificity of the selectors to ensure that this CSS overrides Bootstrap. Fixes #20839.
This commit is contained in:
parent
7bc0e70693
commit
cc32a3afff
@ -276,12 +276,13 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.compose_resolved_topic_close,
|
||||
.compose_invite_close,
|
||||
.compose_private_stream_alert_close {
|
||||
.compose_resolved_topic_user_controls .compose_resolved_topic_close,
|
||||
.compose_invite_user_controls .compose_invite_close,
|
||||
.compose_private_stream_alert_controls .compose_private_stream_alert_close {
|
||||
display: inline-block;
|
||||
margin-top: 4px;
|
||||
|
||||
position: absolute;
|
||||
margin-top: -2px;
|
||||
margin-right: -2px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user