Skip to content

Commit d2b5f70

Browse files
authored
Merge pull request #173 from humhub/fix/1086-alignment-issue
Fix: Alignment on large screens and Enterprise Theme
2 parents c5ff349 + fd8fdf8 commit d2b5f70

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
1.4.4 (Unreleased)
5+
-------------------------
6+
- Fix #173: Alignment on large screens and Enterprise Theme
7+
48
1.4.3 (February 26, 2026)
59
-------------------------
610
- Enh #164: Convert swagger docs to OpenAPI 3.0

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"name": "Polls",
44
"description": "Easily create polls, streamline decision-making, and harness the power of voting.",
55
"keywords": ["poll", "voting", "decision making"],
6-
"version": "1.4.3",
6+
"version": "1.4.4",
77
"humhub": {
8-
"minVersion": "1.18",
8+
"minVersion": "1.18.1",
99
"maxVersion": "1.18"
1010
},
1111
"homepage": "https://github.com/humhub/polls",

widgets/views/_answer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
}
3636
?>
37-
<div class="container">
37+
<div class="container-fluid">
3838
<div class="row m-0">
3939
<?php if (!$poll->hasUserVoted() && !$poll->closed) : ?>
4040
<div class="col-1 mt-2 ps-0">

0 commit comments

Comments
 (0)