Remove word-breaking from content management button

Fixes #575
This commit is contained in:
John O'Nolan 2013-08-31 08:37:01 +02:00
parent 5a908bd3d3
commit 0539fc2262

View File

@ -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;