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
No known key found for this signature in database
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;