Skip to content

Commit

Permalink
[AMORO-3076] Prevent the table name from being truncated prematurely (#…
Browse files Browse the repository at this point in the history
…3077)

(cherry picked from commit 3659610)
Signed-off-by: zhoujinsong <[email protected]>
  • Loading branch information
tcodehuber authored and zhoujinsong committed Oct 11, 2024
1 parent 9d4ea99 commit c8ad837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amoro-ams/amoro-ams-dashboard/src/views/tables/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c8ad837

Please sign in to comment.