Drag text not showing full text

I need the drag text activity to show the whole text instead of "...". After some research I found out it has to do with css overflow or text overflow property set to 'ellipsis'.

I'd appreciate it if someone could help me change that.

0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network
falcon's picture

Removing that css will probably cause other issues, there is probably a lot of logic for sizing and positioning those boxes in various states. I'll make a note of this for the next time we update that content type. Meanwhile if you are able to improve this the team that created that content type will be very happy to receive a pull request on github or a patch.

Yes,

I'm fully aware of what messing with css can cause. I'll share whatever I can find...