Skip to content

Commit 5412ed9

Browse files
committed
fix(wizard): vertical overlap of categories
1 parent 3ec88a4 commit 5412ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ tr[data-itemtype="PluginFormcreatorCondition"] ~ tr[data-itemtype="PluginFormcre
506506
a {
507507
display: block;
508508
border: none;
509-
padding: 16px;
510-
height: 51px;
509+
padding: 10px;
510+
height: 40px;
511511
span {
512512
white-space: nowrap;
513513
overflow: hidden;

0 commit comments

Comments
 (0)