Files
SillyTavern/public/scripts/extensions/regex/scriptTemplate.html
kingbri 0f8d07053e Regex: Don't wrap scriptTemplate elements
Fix some UI for flex element wrapping. Text overflow for a script
name is now truncated if it exceeds one line of text. Also fix
how extension settings are laid out to prevent unnecessary
flex resizing.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-07-05 01:30:50 -04:00

12 lines
415 B
HTML

<div class="regex-script-label flex-container flex-nowrap">
<div class="regex_script_name flex-grow overflow-hidden"></div>
<div class="flex-container flex-nowrap">
<div class="edit_existing_regex menu_button">
<i class="fa-solid fa-pencil"></i>
</div>
<div class="delete_regex menu_button">
<i class="fa-solid fa-trash"></i>
</div>
</div>
</div>