mirror of https://github.com/zulip/zulip.git
subscriptions_overlay: Stop button from overflowing out of view.
This media query makes the buttons overflow out of view and are not visible for large stream names.
This commit is contained in:
parent
22e598715e
commit
aa5a032087
|
@ -1185,15 +1185,6 @@ ul.grey-box {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 367px) {
|
||||
#subscription_overlay .subscription_settings .button-group {
|
||||
margin-top: 10px;
|
||||
float: none;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
#stream-creation #invites-warning-modal .modal-footer {
|
||||
position: static;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue