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 /ncp-web/wizard
parentd2318a4e98c12a8e86cf8a391a84323f93718536 (diff)
wizard: fix logbox overflowv0.46.28
Diffstat (limited to 'ncp-web/wizard')
-rw-r--r--ncp-web/wizard/CSS/wizard.css3
1 files changed, 3 insertions, 0 deletions
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 {