Skip to content

Commit

Permalink
fix(icon): fix icon width
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Sep 14, 2020
1 parent 6821095 commit 9dbc907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twikoo",
"version": "0.1.10",
"version": "0.1.11",
"description": "A simple comment system based on Tencent CloudBase (tcb).",
"author": "imaegoo <[email protected]> (https://github.com/imaegoo)",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/view/components/TkComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export default {
line-height: 0;
}
.tk-icon /deep/ svg {
width: 100%;
fill: currentColor;
}
.tk-tag {
Expand Down

0 comments on commit 9dbc907

Please sign in to comment.