mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
15 lines
305 B
CSS
15 lines
305 B
CSS
|
|
/* override table width restrictions */
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
white-space: normal;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
margin-bottom: 24px;
|
|
max-width: 100%;
|
|
overflow: visible;
|
|
}
|
|
|
|
.wy-menu-vertical header, .wy-menu-vertical p.caption {
|
|
color: #e0e0e0;
|
|
}
|