Skip to content

Commit

Permalink
fix(wizard): vertical overlap of categories
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 23, 2022
1 parent 3ec88a4 commit 5412ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ tr[data-itemtype="PluginFormcreatorCondition"] ~ tr[data-itemtype="PluginFormcre
a {
display: block;
border: none;
padding: 16px;
height: 51px;
padding: 10px;
height: 40px;
span {
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 5412ed9

Please sign in to comment.