mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
/help/: Remove unnecessary padding on mobile.
This removes padding that just becomes blank space that pushes the page over on mobile.
This commit is contained in:
parent
c399543d4c
commit
0fb137cfce
@ -1318,6 +1318,7 @@ input.new-organization-button {
|
||||
width: calc(100vw - 50px);
|
||||
height: calc(100vh - 64px);
|
||||
left: 50px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.app.help .markdown .content {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user