fix: Add word break for files with long name (#1306)

This commit is contained in:
Narendran Kannan 2020-10-05 13:23:38 +05:30 committed by GitHub
parent df527088e9
commit 1e1300c9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {