Skip to content

Commit

Permalink
fix: 某些卡片被撑大
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Jul 22, 2022
1 parent 696d6d8 commit ad4ce5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
- [] 后台保存页码
- [] 每日增长计数
- [] SEO 优化
- [] 侧边栏点击没反应
- [] 搜索卡片关闭后依然有遮罩
- [x] 侧边栏点击没反应
- [x] 搜索卡片关闭后依然有遮罩
- [] mogodb 文章溢出
- [] 返回按钮不对劲

Expand Down
6 changes: 3 additions & 3 deletions packages/website/styles/github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
list-style: unset;
} */
.markdown-body code {
word-break: break-all;
word-break: break-word;
}
.markdown-body {
/* font: 400 16px/1.75 "Open Sans", "PingFang SC", "Hiragino Sans GB",
Expand Down Expand Up @@ -318,7 +318,7 @@
border-spacing: 0;
border-collapse: collapse;
display: block;
width: max-content;
/* width: max-content; */
max-width: 100%;
overflow: auto;
}
Expand Down Expand Up @@ -1048,5 +1048,5 @@
margin-bottom: 0;
}
.markdown-body * {
word-break: break-all;
word-break: break-word;
}

0 comments on commit ad4ce5b

Please sign in to comment.