File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
core/src/components/badge/test/hint Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html lang ="en " dir ="ltr " theme =" ionic " >
2+ < html lang ="en " dir ="ltr ">
33 < head >
44 < meta charset ="UTF-8 " />
55 < title > Badge - Hint</ title >
1212 < script src ="../../../../../scripts/testing/scripts.js "> </ script >
1313 < script nomodule src ="../../../../../dist/ionic/ionic.js "> </ script >
1414 < script type ="module " src ="../../../../../dist/ionic/ionic.esm.js "> </ script >
15+
16+ < style >
17+ ion-tab-bar {
18+ width : 100% ;
19+ }
20+ </ style >
1521 </ head >
1622
1723 < body >
99105 </ div >
100106 </ ion-list >
101107
108+
102109 < ion-list id ="tab-button ">
103110 < ion-list-header >
104111 < ion-label > Inside Tab Button </ ion-label >
105112 </ ion-list-header >
106113 < div class ="ion-display-flex ion-align-items-center ion-justify-content-around ion-margin ">
107- < ion-tab-bar style =" width: 100% " >
114+ < ion-tab-bar >
108115 < ion-tab-button href ="" tab ="tab-one ">
109116 < ion-label > Tab One</ ion-label >
110117 < ion-icon name ="star "> </ ion-icon >
134141 </ div >
135142
136143 < div class ="ion-display-flex ion-align-items-center ion-justify-content-around ion-margin ">
137- < ion-tab-bar style =" width: 100% " >
144+ < ion-tab-bar >
138145 < ion-tab-button href ="" tab ="tab-one ">
139146 < ion-label > Tab One</ ion-label >
140147 < ion-icon name ="star "> </ ion-icon >
162169 </ ion-tab-button >
163170 </ ion-tab-bar >
164171 </ div >
172+
173+
174+
165175 </ ion-list >
176+
166177 </ ion-content >
167178 </ ion-app >
168179 </ body >
You can’t perform that action at this time.
0 commit comments