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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md4
-rw-r--r--ncp-web/wizard/CSS/wizard.css3
2 files changed, 6 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 604dd512..444eb296 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.46.27](https://github.com/nextcloud/nextcloudpi/commit/fe3b78a) (2018-02-20) wizard: animate side logs
+[v0.46.28](https://github.com/nextcloud/nextcloudpi/commit/018c241) (2018-02-22) wizard: fix logbox overflow
+
+[v0.46.27](https://github.com/nextcloud/nextcloudpi/commit/7a68af0) (2018-02-20) wizard: animate side logs
[v0.46.26](https://github.com/nextcloud/nextcloudpi/commit/c25a130) (2018-02-21) ncp-web: animate script textbox
diff --git a/ncp-web/wizard/CSS/wizard.css b/ncp-web/wizard/CSS/wizard.css
index ac9b275d..dbef15a7 100644
--- a/ncp-web/wizard/CSS/wizard.css
+++ b/ncp-web/wizard/CSS/wizard.css
@@ -146,6 +146,9 @@ div.linkbox {
position:relative;
width:0em;
height:100%;
+ white-space: pre;
+ overflow: hidden;
+ text-overflow: clip;
}
td {