Skip to content

Commit

Permalink
Fixes regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Dec 17, 2024
1 parent ab59a0c commit 721556e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/privatim/views/templates/consultations.pt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<div class="activity-card-wrapper consultation-card"
data-href="${request.route_url('consultation', id=consultation._id)}">
<div class="d-flex flex-column flex-md-row">
<div class="profile-section text-center text-md-start p-4">
<!-- Set width to 200px to ensure it will not move the text to the right if user has long name-->
<div class="profile-section text-center text-md-start p-4" style="width: 200px;">
<img tal:condition="consultation.editor_pic_id"
src="${request.route_url('download_file', id=consultation.editor_pic_id)}"
class="rounded-circle mb-2 profile-icon" alt="Profile Icon">
Expand Down

0 comments on commit 721556e

Please sign in to comment.