mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
fix(img): remove space under img (#17582)
* set align to bottom for image * change to display block
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
Reference in New Issue
Block a user