fix: Add word break for files with long name (#1306)
This commit is contained in:
parent
df527088e9
commit
1e1300c9d2
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export default {
|
|||
margin: 0;
|
||||
color: $color-white;
|
||||
font-weight: $font-weight-bold;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
|
Loading…
Reference in a new issue