mirror of https://github.com/zulip/zulip.git
portico: Remove extra margin on help page.
Likely an effect of recent error pages refactoring. Tested /help and /api page on desktop and mobile width.
This commit is contained in:
parent
51b7a2fb23
commit
fe162290f1
|
@ -120,7 +120,6 @@ html {
|
|||
.help {
|
||||
.app-main {
|
||||
padding: 0;
|
||||
margin-top: 59px;
|
||||
}
|
||||
|
||||
/* Markdown processor generates lots of spurious <p></p> */
|
||||
|
@ -1230,10 +1229,6 @@ input.new-organization-button {
|
|||
}
|
||||
}
|
||||
|
||||
.help .app-main {
|
||||
margin-top: 39px;
|
||||
}
|
||||
|
||||
.help .markdown {
|
||||
height: calc(100vh - 39px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue