Skip to content

Commit

Permalink
Fix bug: layout error in mobile view for election polls (#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbebe authored Nov 7, 2024
1 parent 77c855d commit 4909238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h4 class="poll-delegation-title">
</div>
}
@if (!settings.isSplitSingleOption && option.isListOption) {
<div class="vote-option-title" id="name">
<div class="vote-option-title grid-name-area">
@if (option.content_object) {
<span>
<span>{{ option.content_object.getTitle() | translate }}</span>
Expand Down

0 comments on commit 4909238

Please sign in to comment.