fix cut of crown in sidebar

This commit is contained in:
Felix Niklas 2015-09-25 13:30:20 +02:00
parent 01f5669604
commit 0e47034e4c

View file

@ -2680,10 +2680,6 @@ footer {
margin-top: 0;
}
}
.sidebar-block,
.sidebar-block > * {
@extend .u-textTruncate;
}
.sidebar-block [contenteditable=true] {
white-space: normal; // do no u-textTruncate, we want to edit it inline
}