diff --git a/public/userarea/import_edit2.php b/public/userarea/import_edit2.php
index ca0be79..0f3b21d 100644
--- a/public/userarea/import_edit2.php
+++ b/public/userarea/import_edit2.php
@@ -278,6 +278,7 @@ function fixedDefaultValue(array $f): string
}
/* Sticky columns - first column (Actions) */
+ .grid-top .grid-cell.save-all-cell,
.grid-header.button-header,
.grid-cell.button-cell {
position: sticky !important;
@@ -300,6 +301,7 @@ function fixedDefaultValue(array $f): string
background-color: #e9ecef;
}
+ .grid-top .grid-cell:nth-child(2),
.grid-row .grid-header:nth-child(2),
.grid-row .grid-cell:nth-child(2) {
position: sticky !important;
@@ -326,13 +328,18 @@ function fixedDefaultValue(array $f): string
position: relative;
}
- .grid-cell.expanded {
+ .grid-cell.expanded,
+ .grid-header.expanded {
max-width: 500px !important;
white-space: normal !important;
overflow-wrap: break-word !important;
background-color: #e0f7fa !important;
flex: 0 0 500px !important;
}
+
+ .grid-header.expanded {
+ background-color: #e0f7fa !important;
+ }
.resizer {
width: 5px;
@@ -351,7 +358,7 @@ function fixedDefaultValue(array $f): string
.grid-top {
display: flex;
- align-items: flex-start;
+ align-items: stretch;
padding: 10px 0;
min-height: 0;
flex-wrap: nowrap;
@@ -1115,16 +1122,32 @@ function fixedDefaultValue(array $f): string