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