Skip to content

Commit 384e365

Browse files
committed
Prevent the left-hand navbar from becoming wider and wider for very wide viewports.
- Legacy-Id: 9386
1 parent 1ae609f commit 384e365

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ietf/templates/ietf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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">
72+
<div class="col-xs-3 col-md-2 leftmenu col-fixed-leftmenu">
7373
<ul class="nav nav-pills nav-stacked panel panel-default panel-body">
7474
{% include "base/menu.html" with flavor="left" %}
7575
</ul>

static/css/ietf.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,7 @@ form.add-email textarea {
301301
table.materials .snippable {
302302
width: 25em;
303303
}
304+
305+
.col-fixed-leftmenu {
306+
max-width: 200px;
307+
}

0 commit comments

Comments
 (0)