diff --git a/apps/client/src/widgets/dialogs/about.tsx b/apps/client/src/widgets/dialogs/about.tsx index 4f49153955..9abcb30950 100644 --- a/apps/client/src/widgets/dialogs/about.tsx +++ b/apps/client/src/widgets/dialogs/about.tsx @@ -82,38 +82,34 @@ export default function AboutDialog() { -
- {t("about.version", { - appVersion: appInfo?.appVersion, - dbVersion: appInfo?.dbVersion, - syncVersion: appInfo?.syncVersion - })} -
- -
+ {t("about.version", { + appVersion: appInfo?.appVersion, + dbVersion: appInfo?.dbVersion, + syncVersion: appInfo?.syncVersion + })} +
+
- -
- + + - - {t("about.contributor_full_list")} - -
+ + {t("about.contributor_full_list")} +
-
+
{appInfo?.dataDirectory && ()}
diff --git a/apps/client/src/widgets/react/PropertySheet.css b/apps/client/src/widgets/react/PropertySheet.css index 65289ad697..f41265511f 100644 --- a/apps/client/src/widgets/react/PropertySheet.css +++ b/apps/client/src/widgets/react/PropertySheet.css @@ -7,6 +7,10 @@ dt { color: var(--muted-text-color); } + + dd { + user-select: text; + } } }