Skip to content

Commit 8b22b27

Browse files
committed
fix(wizard): card content overflow
1 parent 92f3cc6 commit 8b22b27

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
@@ -822,8 +822,8 @@ a.plugin_formcreator_formTile_title {
822822
}
823823

824824
> div {
825-
border-bottom: 1px solid rgba(0,0,0,.1);
826-
padding: 11px;
825+
padding-left: 10px;
826+
padding-right: 10px;
827827
}
828828
}
829829

0 commit comments

Comments
 (0)