diff --git a/src/app/mainview/components/AboutPopUp.qml b/src/app/mainview/components/AboutPopUp.qml
index e7c5834925be2b95854f308a85cad5514de1587d..f61687137a0d9ce29b95a92fc143dd1d9684d9db 100644
--- a/src/app/mainview/components/AboutPopUp.qml
+++ b/src/app/mainview/components/AboutPopUp.qml
@@ -31,8 +31,6 @@ import "../../commoncomponents"
 BaseModalDialog {
     id: root
 
-    width: 488
-    height: 560
 
     popupContent: Rectangle {
         id: aboutPopUpScrollView
@@ -176,8 +174,7 @@ BaseModalDialog {
                 id: jamiNoneWarrantyHyperText
 
                 Layout.alignment: Qt.AlignCenter
-                Layout.preferredWidth: 390
-                Layout.preferredHeight: textMetricsjamiNoneWarrantyHyperText.boundingRect.height * 2
+                Layout.preferredWidth: Math.min(390, root.width)
                 Layout.topMargin: 15
                 lineHeight: 1.2
                 wrapMode: Text.WordWrap