Skip to content

Commit

Permalink
fix(comment): fix width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Sep 5, 2020
1 parent ccf3b00 commit 076a704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.1",
"version": "0.1.2",
"description": "A simple comment system based on Tencent CloudBase (tcb).",
"author": "imaegoo <[email protected]> (https://github.com/imaegoo)",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/view/components/TkComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default {
<style scoped>
.tk-main {
flex: 1;
width: 0;
}
.tk-row {
flex: 1;
Expand Down Expand Up @@ -155,6 +156,7 @@ export default {
margin-top: 1rem;
display: flex;
flex-direction: row;
word-break: break-all;
}
.tk-content {
margin-top: 0.5rem;
Expand Down
2 changes: 1 addition & 1 deletion src/view/components/TkFooter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="tk-footer">
Powered by <a href="https://github.com/imaegoo/twikoo" target="_blank">Twikoo</a>
v0.1.1
v0.1.2
</div>
</template>

Expand Down

0 comments on commit 076a704

Please sign in to comment.