Skip to content

Commit

Permalink
MID-7591: fix css style for photo of user
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jan 25, 2022
1 parent fc7f0e3 commit 408fadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<wicket:panel xmlns:wicket="http://wicket.apache.org">
<div wicket:id="summaryBox" class="col-xs-12 info-box" style="padding: 0px;">
<!-- take care that there are no whitespaces inside the following div -->
<div wicket:id="summaryIconBox" class="info-box-icon"><span class="user-thumbnail-helper"/><span wicket:id="summaryIcon"/><img wicket:id="summaryPhoto" class="user-thumbnail"/></div>
<div wicket:id="summaryIconBox" class="info-box-icon" style="display: flex;"><span class="user-thumbnail-helper"/><span wicket:id="summaryIcon" style="margin: auto;"/><img wicket:id="summaryPhoto" class="user-thumbnail" style="margin: auto;"/></div>
<div class="info-box-content">
<span class="summary-content-box">
<span class="col-xs-12 col-sm-6 col-md-8 col-lg-9 summary-text-box" style="padding: 0px;">
Expand Down

0 comments on commit 408fadc

Please sign in to comment.