fixed filename word-break
This commit is contained in:
parent
43748295b0
commit
1ef80febcb
4 changed files with 11 additions and 7 deletions
|
@ -31,6 +31,10 @@ progress::-webkit-progress-value {
|
|||
@apply rounded-sm;
|
||||
}
|
||||
|
||||
.word-break-all {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.main {
|
||||
display: flex;
|
||||
max-width: 64rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue