Skip to content

Instantly share code, notes, and snippets.

@herrherrmann
Last active March 13, 2018 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herrherrmann/bd5547f83fc6a86dcea382894b7f0993 to your computer and use it in GitHub Desktop.
Save herrherrmann/bd5547f83fc6a86dcea382894b7f0993 to your computer and use it in GitHub Desktop.
Limit Confluence's Reader+Editor width (for desktop-size displays)
.wrapper-space-view-page {
max-width: 1200px;
margin: 0 auto;
}
#content.edit form.aui {
max-width: 1200px;
width: 1200px;
margin: 0 auto;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment