This is an automated email from the ASF dual-hosted git repository.
zhongqishang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 365961003 [AMORO-3076] Prevent the table name from being truncated
prematurely (#3077)
365961003 is described below
commit 365961003492c624528ba7a2e7ea524cdb61b88d
Author: tcodehuber <[email protected]>
AuthorDate: Tue Aug 6 17:16:03 2024 +0800
[AMORO-3076] Prevent the table name from being truncated prematurely (#3077)
---
amoro-ams/amoro-ams-dashboard/src/views/tables/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amoro-ams/amoro-ams-dashboard/src/views/tables/index.vue
b/amoro-ams/amoro-ams-dashboard/src/views/tables/index.vue
index f5aa495ee..6a911e908 100644
--- a/amoro-ams/amoro-ams-dashboard/src/views/tables/index.vue
+++ b/amoro-ams/amoro-ams-dashboard/src/views/tables/index.vue
@@ -193,7 +193,7 @@ export default defineComponent({
font-size: 24px;
line-height: 1.5;
margin-right: 16px;
- max-width: 600px;
+ max-width: 100%;
padding-left: 24px;
}
.table-info {