Skip to content
Snippets Groups Projects
Commit d1f7dc1d authored by srosse's avatar srosse
Browse files

OO-3574: set a max-width of 100% for the input field of a text

interaction in QTI 2.1
parent a75b10f7
No related branches found
No related tags found
No related merge requests found
...@@ -520,6 +520,7 @@ img.o_hotspot_responsive[usemap] { ...@@ -520,6 +520,7 @@ img.o_hotspot_responsive[usemap] {
background: $o-qti-textEntryInteraction-bg; background: $o-qti-textEntryInteraction-bg;
padding: 1px 1px; padding: 1px 1px;
color: $o-qti-textEntryInteraction-color; color: $o-qti-textEntryInteraction-color;
max-width: 100%;
/* format fields with values in it in separate style */ /* format fields with values in it in separate style */
&:valid, &:valid,
&:disabled { &:disabled {
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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