Pull-request: #19089 Fixes: #18472 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
5df6629ff3
@ -2719,3 +2719,7 @@ body .ui-dialog {
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.table-responsive-md {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
@ -2882,3 +2882,7 @@ body {
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.table-responsive-md {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
@ -2734,3 +2734,7 @@ body {
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.table-responsive-md {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
@ -2866,6 +2866,10 @@ body .ui-dialog {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.table-responsive-md {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user