feat: add word wrapping in messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
0c6cae110f
commit
a111180b52
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ function getDayDifference(date1: Date, date2: Date) {
|
|||
align-items: center;
|
||||
column-gap: 1dvw;
|
||||
width: 100%;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.message:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue