diff --git a/plugins/DigitalLibrary/resources/qml/Table.qml b/plugins/DigitalLibrary/resources/qml/Table.qml index d8ea65c992..5ace6a823a 100644 --- a/plugins/DigitalLibrary/resources/qml/Table.qml +++ b/plugins/DigitalLibrary/resources/qml/Table.qml @@ -51,6 +51,7 @@ Item text: modelData font: UM.Theme.getFont("medium_bold") color: UM.Theme.getColor("text") + elide: Text.ElideRight } Rectangle {