mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(item): input-wrapper now inherits overflow (#21282)
This commit is contained in:
committed by
GitHub
parent
5285824da5
commit
29d208de88
@ -328,7 +328,7 @@ button, a {
|
|||||||
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: inherit;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user