Skip to content

Commit ffcade7

Browse files
committed
fix(badge): update test page.
1 parent 30a3dfa commit ffcade7

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

core/src/components/badge/test/hint/index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>
@@ -12,6 +12,12 @@
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>
@@ -99,12 +105,13 @@
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>
@@ -134,7 +141,7 @@
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>
@@ -162,7 +169,11 @@
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>

0 commit comments

Comments
 (0)