Last active
March 13, 2018 13:13
-
-
Save herrherrmann/bd5547f83fc6a86dcea382894b7f0993 to your computer and use it in GitHub Desktop.
Limit Confluence's Reader+Editor width (for desktop-size displays)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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