← Back to team overview

mahara-contributors team mailing list archive

[Bug 1532992] [NEW] Sidebar content breaks design due to min-width setting

 

Public bug reported:

Mahara 15.10.1 - Chrome Version 46.0.2490.86 (64-bit)

In the sidebar, there is a style:

@media (min-width: 768px)
 .pseudolabel, label {
    min-width: 265px;
}

Within this breakpoint, if you have long strings in the label, it breaks
the design.

Solution would be to not attach this breakpoint to any content inside
the sidebar since at smaller breakpoints, the content area (box) is
smaller than the allocated min-width.

** Affects: mahara
     Importance: Undecided
         Status: New

** Attachment added: "Selection_034.png"
   https://bugs.launchpad.net/bugs/1532992/+attachment/4548264/+files/Selection_034.png

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1532992

Title:
  Sidebar content breaks design due to min-width setting

Status in Mahara:
  New

Bug description:
  Mahara 15.10.1 - Chrome Version 46.0.2490.86 (64-bit)

  In the sidebar, there is a style:

  @media (min-width: 768px)
   .pseudolabel, label {
      min-width: 265px;
  }

  Within this breakpoint, if you have long strings in the label, it
  breaks the design.

  Solution would be to not attach this breakpoint to any content inside
  the sidebar since at smaller breakpoints, the content area (box) is
  smaller than the allocated min-width.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532992/+subscriptions


Follow ups