You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The style of divider line between header and content of the table is different when there is data and no data. The divider line is much thicker when there is no data
Screenshots
UI5 Web Components for React Information @ui5/webcomponents version: @ui5/webcomponents-react version:
Operating System:
Browser:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
kilgharsap
changed the title
ComponentName: Description
ComponentName: Table - The style of divider line between header and content of the table is different when there is data and no data
Feb 10, 2023
MarcusNotheis
changed the title
ComponentName: Table - The style of divider line between header and content of the table is different when there is data and no data
Table - The style of divider line between header and content of the table is different when there is data and no data
Feb 11, 2023
Please check the image above. Per my analysis, the thicker line in the no data table comes from the following style:
.ui5-table-no-data-row {
...
border-top: 1px solid var(--sapList_BorderColor);
}
Could you please check if that is the expected visualization?
Describe the bug
The style of divider line between header and content of the table is different when there is data and no data. The divider line is much thicker when there is no data
Screenshots
UI5 Web Components for React Information
@ui5/webcomponents
version:@ui5/webcomponents-react
version:Operating System:
Browser:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: