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

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new b290846  fix: Adjust the grid layout. (#1253)
b290846 is described below

commit b2908468d4c8df96bde32c088710a2ee7fae67a9
Author: guoqqqi <[email protected]>
AuthorDate: Sun Jan 10 18:47:37 2021 +0800

    fix: Adjust the grid layout. (#1253)
---
 web/src/components/Plugin/PluginPage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/components/Plugin/PluginPage.tsx 
b/web/src/components/Plugin/PluginPage.tsx
index a0e214e..6384572 100644
--- a/web/src/components/Plugin/PluginPage.tsx
+++ b/web/src/components/Plugin/PluginPage.tsx
@@ -34,7 +34,7 @@ type Props = {
 
 const PanelSectionStyle = {
   display: 'grid',
-  gridTemplateColumns: 'repeat(5, 20%)',
+  gridTemplateColumns: 'repeat(4, 25%)',
   gridRowGap: 15,
   gridColumnGap: 10,
   width: 'calc(100% - 20px)',

Reply via email to