Skip to content

Commit

Permalink
fix style of synchronization action step panel in resource wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 10, 2023
1 parent 306d5a3 commit 53c763d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ protected void onInitialize() {
if (parent != null) {
parent.add(AttributeAppender.replace("class", "pt-0 pb-3 px-3 mb-0"));
}
get(ID_VALUE_FORM).add(AttributeAppender.remove("class"));
}
};
panel.setOutputMarkupId(true);
Expand Down

0 comments on commit 53c763d

Please sign in to comment.