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
Thank you for assigning this issue to me! I wanted to let you know that I’m currently observing the correct margin behavior on empty data. Could you kindly provide the steps to reproduce this behavior?
Product
Kolibri.
Current behavior
When we have an empty table, we dont have the any margins when showing the empty text as the margins when we show the table when we have data.
E.g.
Look at the margin between the hader and the previous element when we have data:
But if we have an empty table, the empty text is shown without any margin.
Desired behaviour
The empty message should have
margin-top: 16px
andmargin-bottom: 16px
just as the margins we have when the table has data.The text was updated successfully, but these errors were encountered: