We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e252740 commit b35b030Copy full SHA for b35b030
1 file changed
core/src/components/tab-bar/test/expand/tab-bar.e2e.ts
@@ -52,7 +52,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
52
.container {
53
padding: 20px 10px;
54
/* Size is needed because tab bar compact has position absolute and will not capture correctly. */
55
- width: 225px;
+ width: 100%;
56
height: 96px;
57
}
58
</style>
0 commit comments