diff options
Diffstat (limited to 'src/navtree_css.h')
-rw-r--r-- | src/navtree_css.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/navtree_css.h b/src/navtree_css.h index 00a889f..6e42061 100644 --- a/src/navtree_css.h +++ b/src/navtree_css.h @@ -86,7 +86,7 @@ " display:block;\n" " position: absolute;\n" " left: 0px;\n" -" width: 300px;\n" +" width: $width;\n" "}\n" "\n" ".ui-resizable .ui-resizable-handle {\n" |