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-08-20 08:49:31 +0300
committerGitHub <noreply@github.com>2018-08-20 08:49:31 +0300
commitcbd6e60c692e28fb88ee769828eea5f8944bdcb1 (patch)
tree1bdb7bbad58ff3ebe6a9757dbc28581c1dffaa8c
parentbfbf8f6a27fc1d537a99067cb6aca229078c5854 (diff)
parent72ef6c12fdcc3fdcd9285c96c98dfc3ecf637ea1 (diff)
Merge branch 'stable-0.8' into master
-rw-r--r--CHANGELOG.md5
-rw-r--r--css/main.css2
-rw-r--r--css/main.scss4
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd90c77c..c64989b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
All notable changes to this project will be documented in this file.
-## [0.9.0] - tbD
+
+## [0.8.2] - tbD
### Added
@@ -10,7 +11,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- 'Edit poll' did not work from poll's details view #294
-
+
## [0.8.1] - 2018-01-19
### Added
diff --git a/css/main.css b/css/main.css
index 4d29ff87..892f6560 100644
--- a/css/main.css
+++ b/css/main.css
@@ -25,6 +25,8 @@ h1 {
top: 4px; }
#controls h2 {
margin-top: 12px; }
+ #controls .button {
+ display: inline-flex; }
#controls #breadcrump {
flex-grow: 0;
overflow: hidden; }
diff --git a/css/main.scss b/css/main.scss
index f12e312b..fd79d6f1 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -35,6 +35,10 @@ h1 {
h2 {
margin-top: 12px;
}
+ .button {
+ display: inline-flex;
+ }
+
#breadcrump {
flex-grow: 0;
overflow: hidden;