Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 12, 2023
2 parents 6c0458d + da13f2f commit e61e366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected String getValue() {
add(new AttributeModifier("class", new SummaryTagModel<String>(model) {
@Override
protected String getValue() {
return getCssClass();
return "d-flex " + getCssClass();
}
}));

Expand Down

0 comments on commit e61e366

Please sign in to comment.