diff --git a/main/webapp/modules/core/scripts/views/data-table/split-multi-valued-cells-dialog.html b/main/webapp/modules/core/scripts/views/data-table/split-multi-valued-cells-dialog.html
index c081ac679..72942f18a 100644
--- a/main/webapp/modules/core/scripts/views/data-table/split-multi-valued-cells-dialog.html
+++ b/main/webapp/modules/core/scripts/views/data-table/split-multi-valued-cells-dialog.html
@@ -1,4 +1,4 @@
-
+
diff --git a/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html b/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html
index 2123f0335..84b45f39b 100644
--- a/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html
+++ b/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html
@@ -1,4 +1,4 @@
-
+
diff --git a/main/webapp/modules/core/scripts/views/data-table/transpose-columns-into-rows.html b/main/webapp/modules/core/scripts/views/data-table/transpose-columns-into-rows.html
index 9959784a2..1f455e107 100644
--- a/main/webapp/modules/core/scripts/views/data-table/transpose-columns-into-rows.html
+++ b/main/webapp/modules/core/scripts/views/data-table/transpose-columns-into-rows.html
@@ -1,4 +1,4 @@
-
+
diff --git a/main/webapp/modules/core/styles/common.less b/main/webapp/modules/core/styles/common.less
index d3a7ce8e4..3cfe16b8a 100644
--- a/main/webapp/modules/core/styles/common.less
+++ b/main/webapp/modules/core/styles/common.less
@@ -389,7 +389,7 @@ div.input-container {
}
div.input-container > input, div.input-container > textarea {
- display: block;
+ display: inline-block;
width: 100%;
padding: 2px;
border: 1px inset;
diff --git a/main/webapp/modules/core/styles/dialogs/expression-preview-dialog.less b/main/webapp/modules/core/styles/dialogs/expression-preview-dialog.less
index 61469ca2d..40e27f746 100644
--- a/main/webapp/modules/core/styles/dialogs/expression-preview-dialog.less
+++ b/main/webapp/modules/core/styles/dialogs/expression-preview-dialog.less
@@ -75,6 +75,7 @@ textarea.expression-preview-code {
.expression-preview-table-wrapper {
padding: @padding_normal;
+ width: 100%;
}
.expression-preview-container td {
@@ -116,5 +117,9 @@ td.expression-preview-value {
}
.expression-preview-doc-item-desc {
+ max-width: 250px;
+ white-space: pre-wrap;
+ overflow-x: hidden;
color: #666;
- }
+
+}
diff --git a/main/webapp/modules/core/styles/util/dialog.less b/main/webapp/modules/core/styles/util/dialog.less
index 08d8f97b3..0c7368d56 100644
--- a/main/webapp/modules/core/styles/util/dialog.less
+++ b/main/webapp/modules/core/styles/util/dialog.less
@@ -55,6 +55,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
text-align: left;
background: white;
border: 1px solid @dialog_frame;
+ display: inline-block;
}
.dialog-border {