mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-05 05:36:55 +02:00
12 lines
235 B
CSS
12 lines
235 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;
|
||
|
|
}
|
||
|
|
|