mirror of https://github.com/zulip/zulip.git
documentation: Increase block width in help center.
After merging #24352, we want to increase the block width in the help center to reduce the amount of scrollbars that are shown. Thus, we decided to remove `max-width` on all blocks. [CZO discussion](https://chat.zulip.org/#narrow/stream/19-documentation/topic/line.20wrapping.20code.20blocks/near/1516561)
This commit is contained in:
parent
8a0b99cb39
commit
e2346ab3ae
|
@ -73,12 +73,6 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
/* The Help Center tabbed content tends to be a lot short sentences.
|
||||
We also want the Help Center tabbed content to pop more. */
|
||||
.help-center .code-section .blocks {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.digest-container {
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue