Skip to content

Commit b35b030

Browse files
committed
fix(tab-bar): fix ionic theme test
1 parent e252740 commit b35b030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/tab-bar/test/expand/tab-bar.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
5252
.container {
5353
padding: 20px 10px;
5454
/* Size is needed because tab bar compact has position absolute and will not capture correctly. */
55-
width: 225px;
55+
width: 100%;
5656
height: 96px;
5757
}
5858
</style>

0 commit comments

Comments
 (0)