Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2018-12-16 11:32:25 +0300
committerGitHub <noreply@github.com>2018-12-16 11:32:25 +0300
commit08ee39fdcf3ade2dcc1ecd426e80d780339fd9e8 (patch)
tree0492634ff49b1e908ce4fe89864ca0354164ef7c
parent0cf2b9e66a699f100eabab68d94b8fef93710ec6 (diff)
parent951e6ef5df4b8096284a74298eb712c77774c2a5 (diff)
Merge pull request #446 from nextcloud/vote-css-fix0.9.2
fix poll width
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--css/vote.scss3
2 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4fd85abb..7cf5d3a0 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
- <version>0.9.1</version>
+ <version>0.9.2</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/css/vote.scss b/css/vote.scss
index 0f2f51c8..55174046 100644
--- a/css/vote.scss
+++ b/css/vote.scss
@@ -103,7 +103,8 @@ $user-column-width: 265px;
.vote, .poll-cell {
flex-grow: 1;
- // max-width: 85px;
+ width: 85px;
+ min-width: 85px;
margin: 2px;
align-items:center;
}