Added max width do tb-code.

This commit is contained in:
Tom Butcher 2025-12-13 13:52:19 +00:00
parent 70c343974e
commit 70541cdc91

View File

@ -3315,6 +3315,7 @@ textarea.tb-form-input {
padding: 20px 65px 5px 10px;
border: 1px solid color-mix(in srgb, var(--tb-textColor) 15%, transparent);
border-radius: 22px;
max-width: 100%;
}
.tb-code span {