@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
18 lines (15 loc) • 407 B
text/less
/* ==================================== */
/* CSS for control sap.m/ToolbarSpacer */
/* Base theme */
/* ==================================== */
.sapMTBSpacer {
/* should never have padding/margin/border */
margin: 0 ;
padding: 0 ;
border: 0 ;
/* without height chrome ignores the element */
height: 1px;
}
.sapMTBSpacerFlex {
flex: auto;
}