Skip to content

Commit 6e2b589

Browse files
committed
FLUR-521 Truncating long multiline values with an elipsis
1 parent c5267f8 commit 6e2b589

2 files changed

Lines changed: 5157 additions & 4840 deletions

File tree

src/components/content/edit/panels/contact.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ Basic Details
233233
:options="formOptions"
234234
:field="fieldHash.emails"
235235
v-model="model"
236-
class="email-display"
237236
></fluro-content-form-field>
238237
</v-flex>
239238
<v-flex xs12 sm6>
@@ -1902,9 +1901,4 @@ export default {
19021901
background: #eee;
19031902
}
19041903
}
1905-
.email-display {
1906-
white-space: nowrap;
1907-
overflow: hidden;
1908-
text-overflow: ellipsis;
1909-
}
19101904
</style>

0 commit comments

Comments
 (0)