SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.51k stars 263 forks source link

fix(ui5-tab-container): change display #9274

Closed LidiyaGeorgieva closed 3 months ago

LidiyaGeorgieva commented 3 months ago

When display was "inline-block" there was a small gap on the top of the TabContainer. Now display is changed to "block" and this gap is gone. In addition display "block" is most suitable for the tab-container.

BREAKING CHANGE: the display CSS property of the tab-container is changed from inline-block to block

related to: #9248