mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #33809
[Bug 1532992] Re: Sidebar content breaks design due to min-width setting
** Changed in: mahara/15.10
Status: Fix Committed => Fix Released
--
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 Released
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