UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

18 lines (15 loc) 407 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 { flex: auto; }