-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
5.0
-
None
-
MOODLE_500_STABLE
Images are no longer displayed aligned to the right if they have been stored in Atto.
The reason seems to be that the CSS functions used at that time are no longer available.
My workaround: Identify the CSS functions used and insert them into RawSCSS.
.atto_image_button_text-top{vertical-align:text-top;margin:0 .5em}.atto_image_button_middle{vertical-align:middle;margin:0 .5em}.atto_image_button_text-bottom{vertical-align:text-bottom;margin:0 .5em}.atto_image_button_text-top.img-fluid,.atto_image_button_middle.img-fluid,.atto_image_button_text-bottom.img-fluid{display:inline-block;max-width:calc(100% - 1em)}.atto_image_button_left{float:left;margin:0 .5em 0 0;max-width:calc(100% - 1em)}.atto_image_button_right{float:right;margin:0 0 0 .5em;max-width:calc(100% - 1em)}