Skip to content

Commit

Permalink
feat: v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Dec 20, 2021
1 parent de284c1 commit c9c8c07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veact-admin",
"version": "1.2.6",
"version": "1.2.7",
"author": "Surmon",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppLayout/style.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
font-size: @font-size-small;
color: @text-secondary;
max-width: 80%;
@include text-truncate();
.text-truncate();
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/styles/mixins.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@mixin text-truncate() {
.text-truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit c9c8c07

Please sign in to comment.