Merge #19089 - Fix #18472 - responsive table edit-box in rtl mode

Pull-request: #19089
Fixes: #18472
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2025-09-14 17:58:29 +02:00
commit 5df6629ff3
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31
4 changed files with 16 additions and 0 deletions

View File

@ -2719,3 +2719,7 @@ body .ui-dialog {
.table-responsive-md .data {
z-index: 9;
}
.table-responsive-md {
max-width: fit-content;
}

View File

@ -2882,3 +2882,7 @@ body {
.table-responsive-md .data {
z-index: 9;
}
.table-responsive-md {
max-width: fit-content;
}

View File

@ -2734,3 +2734,7 @@ body {
.table-responsive-md .data {
z-index: 9;
}
.table-responsive-md {
max-width: fit-content;
}

View File

@ -2866,6 +2866,10 @@ body .ui-dialog {
z-index: 9;
}
.table-responsive-md {
max-width: fit-content;
}
.bg-secondary {
color: #333;
}