]> _ Git - fluidbook-html5.git/commitdiff
try #2210 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Sep 2018 16:23:08 +0000 (18:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Sep 2018 16:23:08 +0000 (18:23 +0200)
js/libs/fluidbook/special/wescosales.js
style/special/wescosales.less

index 1f6277d0507cd1345f2417d45ea25f591424dc1b..c46fed846f8b237ae9dfbe9417c9c90202b8ed29 100644 (file)
@@ -90,7 +90,7 @@ function setWescoSalesPanel(ref, e, updateOnly) {
             }
             w += '<tr>';
             w += '<td class="d">' + d[0] + '</td>';
-            w += '<td class="v" colspan="2">' + d[1] + '</td>';
+            w += '<td class="v t" colspan="2">' + d[1] + '</td>';
         } else {
             w += '<tr>';
             w += '<td class="d">' + d[0] + '</td>';
index 43075b25a0b9490b8270b7de12fe899139f8a00c..ce9fbb9039492c2ecb9d2e7d007799a770619f24 100644 (file)
@@ -78,7 +78,7 @@
                border-collapse: collapse;
                tr.hr td {
                        height: 15px;
-                       hr{
+                       hr {
                                bottom: 0;
                                height: 1px;
                                background: #fff;
                        white-space: nowrap;
                        width: 1px;
                        padding: 0 15px;
+
+                       &.t {
+                               width: auto;
+                               white-space: normal;
+                       }
                }
                .c {
                        text-align: right;