Improve the style of message editing

This commit is contained in:
oobabooga 2025-05-29 14:27:47 -07:00
parent acbcc12e7b
commit d1bfb08e8d

View file

@ -1462,6 +1462,7 @@ strong {
.editing-textarea {
width: 100%;
min-height: 200px;
max-height: 65vh;
padding: 10px;
border-radius: 5px;
border: 1px solid #ccc;