diff --git a/module/story/css/create.css b/module/story/css/create.css index b059c5ef9f..8cf063f7ef 100644 --- a/module/story/css/create.css +++ b/module/story/css/create.css @@ -3,3 +3,5 @@ .pri-selector > .btn {padding: 5px 8px !important; width: 100%;} .pri-selector > .dropdown-menu {padding: 10px;} + +#source_chosen {min-width: 50px !important;} diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 2fc377548b..2c425cd239 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -91,7 +91,7 @@
story->source;?>
story->sourceList, $source, "class='form-control chosen'");?> story->sourceNote;?> - +