File tree Expand file tree Collapse file tree 3 files changed +16
-31
lines changed
Expand file tree Collapse file tree 3 files changed +16
-31
lines changed Original file line number Diff line number Diff line change 11/* ============================= */
22/* Base theme */
3- /* ============================= */
3+ /* ============================= */
4+ .sapMTBSpacer {
5+ /* should never have padding/margin/border */
6+ margin : 0 !important ;
7+ padding : 0 !important ;
8+ border : 0 !important ;
9+
10+ /* without height chrome ignores the element */
11+ height : 1px ;
12+ }
13+
14+ .sapMTBSpacerFlex {
15+ -webkit-flex-grow : 1 ;
16+ -webkit-box-flex : 1 ;
17+ flex : auto ;
18+ }
Original file line number Diff line number Diff line change 1- .sapMTBSpacer {
2- /* should never have padding/margin/border */
3- margin : 0 !important ;
4- padding : 0 !important ;
5- border : 0 !important ;
6-
7- /* without height chrome ignores the element */
8- height : 1px ;
9- }
10-
11- .sapMTBSpacerFlex {
12- -webkit-flex-grow : 1 ;
13- -webkit-box-flex : 1 ;
14- flex : auto ;
15- }
Original file line number Diff line number Diff line change 1- .sapMTBSpacer {
2- /* should never have padding/margin/border */
3- margin : 0 !important ;
4- padding : 0 !important ;
5- border : 0 !important ;
6-
7- /* without height chrome ignores the element */
8- height : 1px ;
9- }
10-
11- .sapMTBSpacerFlex {
12- -webkit-flex-grow : 1 ;
13- -webkit-box-flex : 1 ;
14- flex : auto ;
15- }
You can’t perform that action at this time.
0 commit comments