diff --git a/comic/static/css/base.css b/comic/static/css/base.css index dcd51b7..e6a4512 100644 --- a/comic/static/css/base.css +++ b/comic/static/css/base.css @@ -23,7 +23,9 @@ body { height: 60px; background-color: #f5f5f5; } - +.comic_box { + width: auto; +} #dropdown-list{ max-height: 300px; diff --git a/comic/templates/base.html b/comic/templates/base.html index 3be4b05..2e485cd 100644 --- a/comic/templates/base.html +++ b/comic/templates/base.html @@ -52,9 +52,9 @@