sheet.xsl: limit overflow

This commit is contained in:
pictuga 2020-04-25 15:27:49 +02:00
parent e5e3746fc6
commit d39d7bb19d

View File

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