Skip to content

Commit 7fc6c35

Browse files
max-length for FormattedItemName in SynthesisInformation
max-length for FormattedItemName in SynthesisInformation
1 parent ca9a03e commit 7fc6c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/src/components/CompactConstituentTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
:item-type="constituent.item.type"
3434
:name="constituent.item.name"
3535
:chemform="constituent.item.chemform || ''"
36+
:max-length="40"
3637
enable-click
3738
enable-modified-click
3839
@dblclick="turnOnRowSelect(index)"

0 commit comments

Comments
 (0)