Skip to content

Commit a68d6d3

Browse files
committed
Merge remote-tracking branch 'origin/master' into aria-20251024
2 parents 5b74a7c + 2388a60 commit a68d6d3

File tree

4 files changed

+1275
-120
lines changed

4 files changed

+1275
-120
lines changed

src/packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"random-key": "^0.3.2",
3333
"read": "^1.0.7",
3434
"sql-string-escape": "^1.1.6",
35-
"validator": "^13.6.0"
35+
"validator": "^13.15.20"
3636
},
3737
"devDependencies": {
3838
"@types/lodash": "^4.14.202",

src/packages/frontend/project/settings/about-box.tsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
import ShowError from "@cocalc/frontend/components/error";
7-
import { Alert, Button, Col, Modal, Row, Typography } from "antd";
7+
import { Alert, Button, Col, Flex, Modal, Row, Typography } from "antd";
88
import React, { useState } from "react";
99
import { useIntl } from "react-intl";
1010

@@ -363,14 +363,16 @@ export const AboutBox: React.FC<Props> = (props: Readonly<Props>) => {
363363
return (
364364
<SettingBox
365365
title={
366-
<>
367-
{intl.formatMessage(labels.about)}{" "}
368-
<ProjectTitle
369-
style={{ float: "right" }}
370-
project_id={project_id}
371-
noClick
372-
/>
373-
</>
366+
<Flex
367+
justify="space-between"
368+
align="center"
369+
wrap
370+
gap="10px"
371+
style={{ width: "100%" }}
372+
>
373+
{intl.formatMessage(labels.about)}
374+
<ProjectTitle project_id={project_id} noClick />
375+
</Flex>
374376
}
375377
icon="file-alt"
376378
>

src/packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"uglify-js": "^3.14.1",
4242
"underscore": "^1.12.1",
4343
"uuid": "^8.3.2",
44-
"validator": "^13.6.0",
44+
"validator": "^13.15.20",
4545
"webpack-dev-middleware": "^7.4.2",
4646
"webpack-hot-middleware": "^2.26.1"
4747
},

0 commit comments

Comments
 (0)