make descriptions fit better on screen

This commit is contained in:
2023-10-30 20:03:25 +01:00
parent d8ca28f2ff
commit 18219f4a60

View File

@@ -36,7 +36,10 @@
padding: 10px;
margin: 10px;
border-radius: 5px;
width: 200px;
max-width: 80%;
width: fit-content;
white-space: pre-line;
min-width: 50%;
}
.description-bubble::after {