Limit chat input to max characters. Closes #2109
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.maxCharacters {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
div[role='textbox'] {
|
||||
font-size: 0.9rem;
|
||||
padding: 0.3rem;
|
||||
|
||||
Reference in New Issue
Block a user