Wider Post Area
Wider post area for bigger text, while keeping the character count the same or less. Removed `overflow: auto;` as it was not required and was creating unnecessary scrollbars when margins were incorrectly calculated.
This commit is contained in:
parent
fe5eea2a08
commit
459a4752ed
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@
|
|||
|
||||
.markdown-preview {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
width: 40em;
|
||||
/*overflow: auto;*/
|
||||
width: 53rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: unset;
|
||||
|
|
Loading…
Add table
Reference in a new issue