MOBILE-2795 ux: Auto height on responsive images
This commit is contained in:
parent
75551cfc72
commit
86039d0a58
@ -33,6 +33,9 @@ ion-app.app-root {
|
||||
.img-responsive {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
&[height] {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.opacity-hide { opacity: 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user