diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml index f9d694ac..277af38a 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml @@ -53,6 +53,8 @@ Item { selectByMouse: true selectByKeyboard: true selectionColor: root.colorScheme.text_weak + wrapMode: Text.WrapAnywhere + Layout.fillWidth: true } }