Skip to content

Commit

Permalink
fix: overflow on submitPluginUsage field
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Sep 30, 2020
1 parent 38f88fc commit c56236f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/less/admin/extend/plugins.less
Expand Up @@ -30,4 +30,12 @@
margin-bottom: 3px;
margin-left: 10px;
}

.acp-sidebar {
.mdl-switch__label {
margin-left: 24px;
display: block;
left: 0;
}
}
}

0 comments on commit c56236f

Please sign in to comment.