diff --git a/frontend/css/collectionView.css b/frontend/css/collectionView.css index 44f3f4a630..04c2be3aef 100644 --- a/frontend/css/collectionView.css +++ b/frontend/css/collectionView.css @@ -17,3 +17,12 @@ margin-left: 0; padding-left: 0; } + +.modal-body input { + + width: 300px; +} + +.modal-body select { + width: 314px; +} diff --git a/frontend/js/templates/newCollectionView.ejs b/frontend/js/templates/newCollectionView.ejs index acfc0708ff..83e916dcfb 100644 --- a/frontend/js/templates/newCollectionView.ejs +++ b/frontend/js/templates/newCollectionView.ejs @@ -14,7 +14,7 @@