diff --git a/admin/insert.php b/admin/insert.php
index 9c96937..1711b3d 100644
--- a/admin/insert.php
+++ b/admin/insert.php
@@ -233,7 +233,7 @@ if (isset($_POST["url"])) {
echo "
";
+ ";
}
?>
diff --git a/data/style/style.css b/data/style/style.css
index 3c90278..a10f2a8 100644
--- a/data/style/style.css
+++ b/data/style/style.css
@@ -701,7 +701,14 @@ div.content {
.specieslist {
max-height: 300px;
- overflow-y: scroll;
+ /* overflow-y: scroll; */
+ display: flex;
+ flex-direction: column;
+ flex-wrap: wrap;
+}
+
+.specieslist label {
+ min-width: 80px;
}