fix: Add word break for files with long name (#1306)
This commit is contained in:
@@ -63,6 +63,7 @@ export default {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
|||||||
Reference in New Issue
Block a user