MOBILE-2795 ux: Auto height on responsive images
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…
Reference in New Issue