text alignment bug in the Drag & Drop activity
There is an easily fixed bug in the text elements of the Drag & Drop activity, both in edit and view modes.
Easy fix is to remove line text-align: center; in the following 2 places:
H5PEditor.DragQuestion-1.9 / H5PEditor.DragQuestion.css line 128 .h5p-dq-element.h5p-draggable
and
H5P.DragQuestion-1.11 / css /dragquestion.css line 61 .h5p-dragquestion .h5p-draggable
See attached screenshots BEFORE and AFTER the fix. It's strange that this (small but noticeable) bug has gone un-noticed for so long.
