Skip to content

Commit

Permalink
wizard: fix logbox overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 22, 2018
1 parent d2318a4 commit 0d6ad68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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

Expand Down
3 changes: 3 additions & 0 deletions ncp-web/wizard/CSS/wizard.css
Expand Up @@ -146,6 +146,9 @@ div.linkbox {
position:relative;
width:0em;
height:100%;
white-space: pre;
overflow: hidden;
text-overflow: clip;
}

td {
Expand Down

0 comments on commit 0d6ad68

Please sign in to comment.