2021-01-02 20:04:25 -05:00
|
|
|
/* T76453: Prevent Long enum lists */
|
2021-05-01 01:28:31 -04:00
|
|
|
.field-list > dd p {
|
2019-07-06 15:53:39 -04:00
|
|
|
max-height: 245px;
|
|
|
|
|
overflow-y: auto !important;
|
2021-04-28 18:25:47 -04:00
|
|
|
word-break: break-word;
|
2019-07-06 15:53:39 -04:00
|
|
|
}
|
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}
|
2020-10-07 18:37:45 -04:00
|
|
|
|
|
|
|
|
.wy-nav-content {
|
|
|
|
|
max-width: 1000px !important;
|
|
|
|
|
}
|
2021-04-28 18:25:47 -04:00
|
|
|
|
|
|
|
|
/* Fix long titles on mobile */
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {word-break: break-all}
|
|
|
|
|
|
|
|
|
|
/* Temp fix for https://github.com/readthedocs/sphinx_rtd_theme/pull/1109 */
|
|
|
|
|
.hlist tr {
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: row wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hlist td {margin-right: auto}
|