2019-07-06 15:53:39 -04:00
|
|
|
/* Prevent Long enum lists */
|
|
|
|
.field-body {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
max-height: 245px;
|
|
|
|
overflow-y: auto !important;
|
|
|
|
}
|
2019-07-08 19:44:47 -04:00
|
|
|
|
|
|
|
/* Hide home icon in search area */
|
|
|
|
.wy-side-nav-search > a:hover {background: none; opacity: 0.9}
|
|
|
|
.wy-side-nav-search > a.icon::before {content: none}
|