From 7c45178076b1caf487fc1229f134627de95b66d3 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 14 Mar 2017 13:04:00 +0100 Subject: [PATCH] Add intitial max-width to sections (#4895) --- js/src/ui/SectionList/sectionList.css | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/ui/SectionList/sectionList.css b/js/src/ui/SectionList/sectionList.css index 14e8bffd1..4613371ad 100644 --- a/js/src/ui/SectionList/sectionList.css +++ b/js/src/ui/SectionList/sectionList.css @@ -44,6 +44,7 @@ $widthExpanded: 42%; box-sizing: border-box; display: flex; flex: 0 1 $widthNormal; + max-width: $widthNormal; opacity: 0.85; padding: 0.25em;