mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Fix div alignment for long strings
This commit is contained in:
parent
3737eafeaa
commit
ec093a5af7
@ -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…
Reference in New Issue
Block a user