mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user