Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan committed Jan 10, 2021
2 parents 73775da + b290846 commit 2dd8978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Plugin/PluginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 2dd8978

Please sign in to comment.