fixing long names on outline, unit, container

This commit is contained in:
Frances Botsford
2014-07-31 14:05:12 -04:00
committed by cahrens
parent 22ead5d766
commit 8b78eefe97
2 changed files with 3 additions and 5 deletions

View File

@@ -334,7 +334,10 @@ form[class^="create-"] {
.incontext-editor-value,
.incontext-editor-action-wrapper {
@extend %cont-truncated;
display: inline-block;
vertical-align: middle;
max-width: 80%;
}
.incontext-editor-open-action {

View File

@@ -15,11 +15,6 @@
vertical-align: top;
}
.incontext-editor-value {
max-width: 80%;
margin-right: ($baseline/10);
}
.incontext-editor-open-action {
@include transition(opacity $tmg-f1 ease-in-out 0);
opacity: 0.0;