Fix div alignment for long strings

This commit is contained in:
ye7iaserag 2023-03-31 06:54:24 +02:00 committed by GitHub
parent 3737eafeaa
commit ec093a5af7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,10 @@ def generate_css():
display: none !important;
}
.character-gallery button.gallery-item {
display: contents;
}
.character-container {
cursor: pointer;
text-align: center;