8 lines
135 B
CSS
8 lines
135 B
CSS
|
|
/* Prevent Long enum lists */
|
||
|
|
.field-body {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
max-height: 245px;
|
||
|
|
overflow-y: auto !important;
|
||
|
|
}
|