Skip to content

Commit

Permalink
Adjust survey card width
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Nov 29, 2024
1 parent ca2ff85 commit 5659b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/workspace/_survey_card.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="survey-card-<%= survey.id %>" class="survey-card card d-inline-block mb-3 me-3" style="width: 260px; display: flex !important; align-content: flex-end">
<div id="survey-card-<%= survey.id %>" class="survey-card card d-inline-block mb-3 me-3" style="width: 280px; display: flex !important; align-content: flex-end">
<div class="card-body position-relative">
<div class="card-title d-flex justify-content-between align-items-start">
<div class="text-overflow-ellipsis">
Expand Down

0 comments on commit 5659b9d

Please sign in to comment.