Skip to content

Commit

Permalink
fix: Adjust the grid layout. (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqqqi committed Jan 10, 2021
1 parent 73538c6 commit b290846
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 b290846

Please sign in to comment.