|
2 | 2 |
|
3 | 3 | exports[`AnalyticalTable Alternate Row Color 1`] = `
|
4 | 4 | <div
|
5 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 5 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
6 | 6 | >
|
7 | 7 | <div
|
8 | 8 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -509,7 +509,7 @@ exports[`AnalyticalTable Alternate Row Color 1`] = `
|
509 | 509 |
|
510 | 510 | exports[`AnalyticalTable Loading - Loader 1`] = `
|
511 | 511 | <div
|
512 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 512 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
513 | 513 | >
|
514 | 514 | <div
|
515 | 515 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -1016,7 +1016,7 @@ exports[`AnalyticalTable Loading - Loader 1`] = `
|
1016 | 1016 |
|
1017 | 1017 | exports[`AnalyticalTable Loading - Placeholder 1`] = `
|
1018 | 1018 | <div
|
1019 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 1019 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
1020 | 1020 | >
|
1021 | 1021 | <div
|
1022 | 1022 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -1515,7 +1515,7 @@ exports[`AnalyticalTable Loading - Placeholder 1`] = `
|
1515 | 1515 |
|
1516 | 1516 | exports[`AnalyticalTable Tree Table 1`] = `
|
1517 | 1517 | <div
|
1518 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 1518 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
1519 | 1519 | >
|
1520 | 1520 | <div
|
1521 | 1521 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -2165,7 +2165,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
|
2165 | 2165 |
|
2166 | 2166 | exports[`AnalyticalTable custom row height 1`] = `
|
2167 | 2167 | <div
|
2168 |
| - style="max-width: 100%; overflow-x: auto; --sapWcrAnalyticalTableRowHeight: 60px; visibility: hidden;" |
| 2168 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; --sapWcrAnalyticalTableRowHeight: 60px; visibility: hidden;" |
2169 | 2169 | >
|
2170 | 2170 | <div
|
2171 | 2171 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -2672,7 +2672,7 @@ exports[`AnalyticalTable custom row height 1`] = `
|
2672 | 2672 |
|
2673 | 2673 | exports[`AnalyticalTable render without data 1`] = `
|
2674 | 2674 | <div
|
2675 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 2675 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
2676 | 2676 | >
|
2677 | 2677 | <div
|
2678 | 2678 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -2944,7 +2944,7 @@ exports[`AnalyticalTable render without data 1`] = `
|
2944 | 2944 |
|
2945 | 2945 | exports[`AnalyticalTable test Asc desc 1`] = `
|
2946 | 2946 | <div
|
2947 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 2947 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
2948 | 2948 | >
|
2949 | 2949 | <div
|
2950 | 2950 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -3451,7 +3451,7 @@ exports[`AnalyticalTable test Asc desc 1`] = `
|
3451 | 3451 |
|
3452 | 3452 | exports[`AnalyticalTable test Asc desc 2`] = `
|
3453 | 3453 | <div
|
3454 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 3454 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
3455 | 3455 | >
|
3456 | 3456 | <div
|
3457 | 3457 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -3958,7 +3958,7 @@ exports[`AnalyticalTable test Asc desc 2`] = `
|
3958 | 3958 |
|
3959 | 3959 | exports[`AnalyticalTable test Asc desc 3`] = `
|
3960 | 3960 | <div
|
3961 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 3961 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
3962 | 3962 | >
|
3963 | 3963 | <div
|
3964 | 3964 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -4465,7 +4465,7 @@ exports[`AnalyticalTable test Asc desc 3`] = `
|
4465 | 4465 |
|
4466 | 4466 | exports[`AnalyticalTable test drag and drop of a draggable column 1`] = `
|
4467 | 4467 | <div
|
4468 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 4468 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
4469 | 4469 | >
|
4470 | 4470 | <div
|
4471 | 4471 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -4972,7 +4972,7 @@ exports[`AnalyticalTable test drag and drop of a draggable column 1`] = `
|
4972 | 4972 |
|
4973 | 4973 | exports[`AnalyticalTable with highlight row 1`] = `
|
4974 | 4974 | <div
|
4975 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 4975 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
4976 | 4976 | >
|
4977 | 4977 | <div
|
4978 | 4978 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
@@ -5607,7 +5607,7 @@ exports[`AnalyticalTable with highlight row 1`] = `
|
5607 | 5607 |
|
5608 | 5608 | exports[`AnalyticalTable without selection Column 1`] = `
|
5609 | 5609 | <div
|
5610 |
| - style="max-width: 100%; overflow-x: auto; visibility: hidden;" |
| 5610 | + style="max-width: 100%; overflow-x: auto; display: flex; flex-direction: column; visibility: hidden;" |
5611 | 5611 | >
|
5612 | 5612 | <div
|
5613 | 5613 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
|
0 commit comments