1
0

make long Projectnames wrap with a '-' (#771)

fixes https://github.com/modrinth/knossos/issues/770
This commit is contained in:
Arbee
2022-12-23 20:35:41 +01:00
committed by GitHub
parent a3d469a101
commit 6d9dfb5deb

View File

@@ -1007,6 +1007,7 @@ export default {
.header {
grid-area: header;
.title {
overflow-wrap: break-word;
margin: 0.25rem 0;
color: var(--color-text-dark);
font-size: var(--font-size-xl);