diff --git a/gui/index.html b/gui/index.html
index 5f1eb135..26dfe151 100644
--- a/gui/index.html
+++ b/gui/index.html
@@ -72,6 +72,15 @@ found in the LICENSE file.
.table td {
padding-left: 20px !important;
}
+
+ @media (max-width:767px){
+ .table-responsive>.table>tbody>tr>td{
+ /* revert a bootstrap setting e.g.:
+ * for mobile phones to allow linebreaks in long repro folder/shared with
+ * columns. */
+ white-space:normal;
+ }
+ }