Remove limit on dependency size

This commit is contained in:
rubenwardy
2018-12-29 19:00:13 +00:00
parent ec0e89c21d
commit 4bc8b58af7
3 changed files with 8 additions and 3 deletions

View File

@@ -24,6 +24,11 @@
}
}
.bulletselector {
height: auto !important;
display: inline-block !important;
}
.bulletselector input {
border: none;
border-radius: 0;