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:
authornachoparker <nacho@ownyourbits.com>2018-02-22 13:04:05 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-22 13:04:18 +0300
commit0d6ad682b7595327f8052330cded8c4404e69a98 (patch)
treea0ff7b3f7457de96212edd5ce80592e2bc6c1ab7
parentd2318a4e98c12a8e86cf8a391a84323f93718536 (diff)
wizard: fix logbox overflowv0.46.28
-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 {