mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-06 00:30:13 +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;
|
||||
}
|
||||
|
||||
.character-gallery button.gallery-item {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.character-container {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue