← Back to team overview

mahara-contributors team mailing list archive

[Bug 1532992] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5956
Committed: https://git.mahara.org/mahara/mahara/commit/5359af7ccfe1bd86aa251583bfced6d18bde07ae
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    15.10_STABLE

commit 5359af7ccfe1bd86aa251583bfced6d18bde07ae
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Jan 14 11:38:27 2016 +1300

Bug 1532992: Adding 'form-condensed' to  friends control sidebar

To stop the text flowing out on smaller screens

behatnotneeded - design only change

Change-Id: I8b0a24ce339aa17f503ca9c84b68591bef05dae9
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit 2879520cdc19e2aa9044b5ea77a0f78259579b15)

-- 
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:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

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