File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969
7070 {% if not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
7171 < div class ="row ">
72- < div class ="col-xs-3 col-md-2 leftmenu col-fixed-leftmenu ">
72+ < div class ="col-xs-3 col-md-2 leftmenu ">
7373 < ul class ="nav nav-pills nav-stacked panel panel-default panel-body ">
7474 {% include "base/menu.html" with flavor="left" %}
7575 </ ul >
Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ body { padding-top: 70px; }
6868.nav-header : not (: first-child ) { padding : 10px 0 2px 0 }
6969.nav-stacked > li , .nav-stacked > li + li { margin : 0 ; line-height : 1.214 ; }
7070.nav-stacked > li > a { padding : 2px 8px ; }
71+ .leftmenu {
72+ max-width : 200px ;
73+ }
7174.leftmenu .nav { overflow-wrap : break-word }
7275
7376/* Hack to make anchor-targets take up a bit more space vertically
@@ -301,7 +304,3 @@ form.add-email textarea {
301304table .materials .snippable {
302305 width : 25em ;
303306}
304-
305- .col-fixed-leftmenu {
306- max-width : 200px ;
307- }
You can’t perform that action at this time.
0 commit comments