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