Fix #491 with custom HTML/Classes inside translations

This is not the fixed I hoped for, but the JS generates so many empty `<span>` tags that I cannot get rid of, that it is not possible to style this "from the outside", which is unfortunate.
This commit is contained in:
Tobias Jordans 2021-09-30 21:46:20 +02:00
parent 821c97662b
commit 8e040a8c4d
4 changed files with 137 additions and 133 deletions

View file

@ -912,6 +912,10 @@ video {
margin-right: 0px;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -1152,14 +1156,14 @@ video {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-wait {
cursor: wait;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-wait {
cursor: wait;
}
.resize {
resize: both;
}