fix(mobile): doc info title max width (#9147)

fix AF-1925
This commit is contained in:
pengx17
2024-12-16 03:44:17 +00:00
parent 7b173a68d5
commit 0db6dd2f62

View File

@@ -103,6 +103,7 @@ export const backButton = style({
fontSize: 17,
paddingLeft: 0,
marginLeft: 20,
maxWidth: 'calc(100% - 20px)',
});
export const scrollArea = style({