sheet.xsl: limit overflow

master
pictuga 2020-04-25 15:27:49 +02:00
parent e5e3746fc6
commit d39d7bb19d
1 changed files with 5 additions and 1 deletions

View File

@ -142,7 +142,11 @@
font-size: 1.5em;
}
.content * {
.desc, .content {
overflow: hidden;
}
.desc *, .content * {
max-width: 100%;
}
</style>