Fix div alignment for long strings
This commit is contained in:
parent
3737eafeaa
commit
ec093a5af7
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ def generate_css():
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.character-gallery button.gallery-item {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
.character-container {
|
.character-container {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue