mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-13 16:15:18 +00:00
14 lines
256 B
CSS
14 lines
256 B
CSS
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
white-space: normal;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
margin-bottom: 24px;
|
|
max-width: 100%;
|
|
overflow: visible;
|
|
}
|
|
|
|
img.logo {
|
|
max-height: 70px;
|
|
border-radius: 12% !important;
|
|
}
|