mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
10 lines
225 B
CSS
10 lines
225 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;
|
|
}
|