← Back to team overview

mahara-contributors team mailing list archive

[Bug 1532992] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/5904

-- 
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:
  In Progress
Status in Mahara 15.10 series:
  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


References