mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-27 02:22:15 +01:00
Fix python documentation website sidebar. ### Before: <img width="1168" alt="Screenshot 2023-07-27 at 4 49 25 PM" src="https://github.com/grpc/grpc/assets/24593237/1434ac63-7fc3-4f5c-a931-9a939fb67de6"> ### After:  <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->
9 lines
130 B
CSS
9 lines
130 B
CSS
dl.field-list > dt {
|
|
word-break: keep-all !important;
|
|
}
|
|
.sphinxsidebar {
|
|
overflow-y: scroll;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|