scholokov / qax-portal-2

4 stars 0 forks source link

Lesson "JSON vs XML vs HTML"/ Mobile / The content width of the XML example is wider than the container size #2078

Open GNatala opened 1 month ago

GNatala commented 1 month ago

Steps to reproduce:

  1. Open https://www.qax-camp.com.ua/courses/web-mobile/lessons/json-vs-xml-vs-html/
  2. Open the accordion "JSON vs XML vs HTML – Денис Щолоков".
  3. Scroll down to the first XML example
    <person>
    <firstName>Петро</firstName>
    <lastName>Петрович</lastName>
    <address>
    <streetAddress>вул. Хрещатик, 10, кв.11</streetAddress>...
    </person> .
  4. Pay attention to the content width.

Actual result: The content width of the XML example is wider than the container size.

Expected result: The content width of the XML example is adapted to the container size.

Environment: Windows 7, Google Chrome v 108.0.5359.125 (x64)

Attachment: image

GNatala commented 1 month ago

1291