API Docs: Theme: Prevent Super Long Enums

This commit is contained in:
2019-07-06 15:53:39 -04:00
parent 6fad70d551
commit f702830a79
2 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
/* Prevent Long enum lists */
.field-body {
display: block;
width: 100%;
max-height: 245px;
overflow-y: auto !important;
}