We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae609f commit 384e365Copy full SHA for 384e365
2 files changed
ietf/templates/ietf.html
@@ -69,7 +69,7 @@
69
70
{% if not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
71
<div class="row">
72
- <div class="col-xs-3 col-md-2 leftmenu">
+ <div class="col-xs-3 col-md-2 leftmenu col-fixed-leftmenu">
73
<ul class="nav nav-pills nav-stacked panel panel-default panel-body">
74
{% include "base/menu.html" with flavor="left" %}
75
</ul>
static/css/ietf.css
@@ -301,3 +301,7 @@ form.add-email textarea {
301
table.materials .snippable {
302
width: 25em;
303
}
304
+
305
+.col-fixed-leftmenu {
306
+ max-width: 200px;
307
+}
0 commit comments