mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
a4153b416b
commit
14d4145514
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,6 @@
|
|||
top:0;
|
||||
right:0;
|
||||
border-left:$lightbrown 2px solid;
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
background: #fff;
|
||||
box-shadow: $shadow;
|
||||
@include breakpoint($tablet) {
|
||||
|
@ -218,6 +216,8 @@
|
|||
left:0;
|
||||
overflow: auto;
|
||||
padding: 80px 40px;
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
|
||||
.wrapper {
|
||||
max-width: 700px;
|
||||
|
|
Loading…
Add table
Reference in a new issue