UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

20 lines (17 loc) 452 B
/* ==================================== */ /* CSS for control sap.m/ToolbarSpacer */ /* Base theme */ /* ==================================== */ .sapMTBSpacer { /* should never have padding/margin/border */ margin: 0 !important; padding: 0 !important; border: 0 !important; /* without height chrome ignores the element */ height: 1px; } .sapMTBSpacerFlex { -webkit-flex-grow: 1; -webkit-box-flex: 1; flex: auto; }