Skip to content

Commit

Permalink
summary panel tags css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 13, 2023
1 parent bb820a5 commit f85ad76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ protected String getValue() {
}
}));

add(new AttributeModifier("class", new SummaryTagModel<String>(model) {
add(AttributeAppender.append("class", new SummaryTagModel<String>(model) {
@Override
protected String getValue() {
return "d-flex " + getCssClass();
return getCssClass();
}
}));

Expand Down

0 comments on commit f85ad76

Please sign in to comment.