Skip to content

Commit e216fa8

Browse files
Fix search preview's widget text wrap (#132)
1 parent 900c4d9 commit e216fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/NodePreview.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ const widgetInputDefs = allInputDefs.filter((input) => !!input.widgetType);
214214
align-items: center;
215215
padding-left: 9px;
216216
padding-right: 9px;
217+
overflow-x: hidden;
217218
}
218219
219220
._sb_row_string {
@@ -240,6 +241,7 @@ const widgetInputDefs = allInputDefs.filter((input) => !!input.widgetType);
240241
margin: 5px 5px 0 5px;
241242
border-radius: 10px;
242243
line-height: 1.7;
244+
text-wrap: nowrap;
243245
}
244246
245247
._sb_arrow {

0 commit comments

Comments
 (0)