gui: Show full failed item path

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4023
This commit is contained in:
nov1n
2017-03-18 11:43:24 +00:00
committed by Audrius Butkevicius
parent c6dd777fd6
commit ed771f5c64
4 changed files with 10 additions and 3 deletions

View File

@@ -103,6 +103,12 @@ ul+h5 {
table.table-condensed {
table-layout: fixed;
}
table.table-dynamic {
word-wrap: break-word;
word-break: break-all;
}
table.table-condensed td {
overflow: hidden;
text-overflow: ellipsis;
@@ -333,4 +339,4 @@ ul.three-columns li, ul.two-columns li {
.navbar-fixed-bottom li {
width: 100%;
}
}
}