Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.4.4 (Unreleased)
-------------------------
- Fix #173: Alignment on large screens and Enterprise Theme

1.4.3 (February 26, 2026)
-------------------------
- Enh #164: Convert swagger docs to OpenAPI 3.0
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "Polls",
"description": "Easily create polls, streamline decision-making, and harness the power of voting.",
"keywords": ["poll", "voting", "decision making"],
"version": "1.4.3",
"version": "1.4.4",
"humhub": {
"minVersion": "1.18",
"minVersion": "1.18.1",
"maxVersion": "1.18"
},
"homepage": "https://github.com/humhub/polls",
Expand Down
2 changes: 1 addition & 1 deletion widgets/views/_answer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
}
?>
<div class="container">
<div class="container-fluid">
<div class="row m-0">
<?php if (!$poll->hasUserVoted() && !$poll->closed) : ?>
<div class="col-1 mt-2 ps-0">
Expand Down