AnKing-VIP / AnKing-Note-Types

https://www.ankingmed.com
GNU Affero General Public License v3.0
43 stars 20 forks source link

Formatting of lists in tables wrapping & justification issue #191

Open shmuelsash opened 3 months ago

shmuelsash commented 3 months ago

When there are lists in tables they have too wide of a margin on the left side and they wrap to early without taking advantage of the available space

image

What Operating system are you using? (i.e. MacOS, Windows, Linux)

Windows 11 & Ankidroid

AnKingMed commented 3 months ago

Are you looking into this? Or should we ask @abdnh to help?

shmuelsash commented 3 months ago

I tried a little and couldn't figure it out

I can try again after STEP

It might be a simple fix for someone that knows HTML/CSS better than I do

abdnh commented 3 months ago

It's due to the max-width: 50%; set on ul

shmuelsash commented 2 weeks ago

When I change it to 100% it fixes the issue for desktop but not for mobile