You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/05/29 15:30:46 UTC

[incubator-linkis-website] branch dev updated: Update Contributors.tsx (#286)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4cffb7282 Update Contributors.tsx (#286)
4cffb7282 is described below

commit 4cffb7282a7f10afb3f35f54f03828fa90f1c19e
Author: 千羽 <60...@users.noreply.github.com>
AuthorDate: Sun May 29 23:30:41 2022 +0800

    Update Contributors.tsx (#286)
---
 src/components/Contributors.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Contributors.tsx b/src/components/Contributors.tsx
index cb3bc52d1..01981ab10 100644
--- a/src/components/Contributors.tsx
+++ b/src/components/Contributors.tsx
@@ -34,5 +34,5 @@ export default (props) => {
         });
     }
     html += '</table>';
-    return <div dangerouslySetInnerHTML={{ __html: html }}/>;
+    return <div style={{width:'1300px'}} dangerouslySetInnerHTML={{ __html: html }}/>;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org