Never wrap entity references

This commit is contained in:
Joseph Schorr 2014-02-25 12:11:19 -05:00
parent b3fe3a32e4
commit 6260aa7d85
2 changed files with 10 additions and 2 deletions

View file

@ -234,6 +234,10 @@ i.toggle-icon:hover {
top: 4px;
}
.entity-reference-element {
white-space: nowrap;
}
.entity-reference-element i.fa-exclamation-triangle {
color: #c09853;
margin-left: 10px;
@ -394,6 +398,10 @@ i.toggle-icon:hover {
line-height: 25px;
}
.logs-view-element .log-performer {
white-space: nowrap;
}
.billing-options-element .current-card {
font-size: 16px;
margin-bottom: 20px;