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

View File

@@ -63,6 +63,7 @@ export default {
margin: 0;
color: $color-white;
font-weight: $font-weight-bold;
word-break: break-word;
}
.button {