Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-6623

Old stories app detail styles have been broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 6.2.9
    • 6.2.7
    • None
    • None

      Steps to reproduce

      1.  Open Stories app
      2.  Go to the detail of a story

      Expected results

      The width of the components should be the same

      Actual results

      The width of some of the components is smaller

      Workaround

      N/A

      Development notes

      It affects current development branch 6.2.7-SNAPSHOT

      The problems comes from https://git.magnolia-cms.com/projects/PLATFORM/repos/ui/pull-requests/1712/diff#magnolia-resurface-theme/src/mai[…]VAADIN/themes/resurface/form.scss

      Just getting back this removed code, it seems to work:

      .shell[width-range~="1200px-"] {
        .v-formlayout-contentcell > * {
          max-width: 683px;
        }
      
        .v-form-field-container {
          max-width: 683px;
        }
      }
      

        Acceptance criteria

              mhaderka Martin Haderka
              jfranco Jorge Franco
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD