Skip to content
Snippets Groups Projects
Commit 1f4c7ef8 authored by jojohoch's avatar jojohoch
Browse files

[text-image-panel] Remove styles for image height and width

as this causes images to be displayed too small on iPads
when they are first loaded.
parent 8b0e3174
No related branches found
No related tags found
No related merge requests found
Allgemein Allgemein
========= =========
## editor/2.4.9+player/2.4.10
### Fehlerbehebungen
- Optionstabellen und Optionsfelder mit Bildern:
- Behebt fehlerhafte Größendarstellung von Bildern auf iPads beim ersten Laden der Aufgabe
## editor/2.4.8+player/2.4.9 ## editor/2.4.8+player/2.4.9
### Fehlerbehebungen ### Fehlerbehebungen
- Korrigiert die Positionierung von vertikal ausgerichteten Optionsfeldern in Lückentexten - Korrigiert die Positionierung von vertikal ausgerichteten Optionsfeldern in Lückentexten
......
...@@ -62,13 +62,8 @@ import { DragNDropValueObject, TextImageLabel } from 'common/models/elements/lab ...@@ -62,13 +62,8 @@ import { DragNDropValueObject, TextImageLabel } from 'common/models/elements/lab
padding: 0 5px; padding: 0 5px;
display: flex; flex-direction: row; align-items: center; justify-content: flex-start; display: flex; flex-direction: row; align-items: center; justify-content: flex-start;
} }
.audio-button:hover {color: #006064; .audio-button:hover {
} color: #006064;
.column img, .column-reverse img {
height: 100%;
}
.row img, .row-reverse img {
width: 100%;
} }
`] `]
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment