This issue was spun off from https://github.com/backdrop/backdrop-issues/issues/3092
The worst thing here is too much scrolling, combined with the fact that the installation queue is at the bottom of the page.
Original suggestion from @klonos:
Trim the project descriptions more than the non-mobile version, or even consider using some sort of accordion solution here (is it possible to collapse all rows that are outside the viewport, and only expand those that come into view via javascript?). Another alternative is to convert this vertical list to a horizontal one that can be flipped left/right. This will bring the installation queue closer.
Recent comments
Hi Editing I see this: The CSS looks like this: /* Level 1: Standard Numbers */ .field-name-body ol { list-style-type: decimal; } /* Level 2: Lowercase Letters */ .field...
Numbered List format is different when editing
Done: https://github.com/backdrop/backdrop-issues/issues/7097 Feel free to edit it with better technical language. I'll have ago at vaccinating it but I'm only a user and the...
Numbered List format is different when editing
Hi Mike. That looks like a bug. The CKE ordered lists when editing have the correct CSS to format those lists correctly, but when Backdrop displays the body field in Basis, it doesn't...
Numbered List format is different when editing