Skip to content

Commit

Permalink
fix truncation of crater name in chip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 2, 2018
1 parent 9ca16bf commit 94b7cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions server/mock/packages-all.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"dist-tags": { "latest": "1.1.0" },
"versions": { "1.1.0": "latest" },
"author": "Erklärbär",
"contributors": [
"hier kommt ein sehr langer name für einen viel zu kurzen chip, der dann frontend-seitig gekürzt werden soll."
],
"keywords": ["fractal", "toll", "js"],
"time": {
"1.0.3": "2018-07-22T14:23:52.861Z",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ code.hljs {
.theme--dark .v-chip {
max-width: 250px;
.v-chip--removable .v-chip__content {
.v-chip__content {
max-width: 100%;
}
}
Expand Down

0 comments on commit 94b7cb3

Please sign in to comment.