Initial commit: obsidian to gitea
This commit is contained in:
17
.obsidian/snippets/table-wrap-fix.css
vendored
Normal file
17
.obsidian/snippets/table-wrap-fix.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.markdown-preview-view table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.markdown-preview-view th,
|
||||
.markdown-preview-view td {
|
||||
white-space: normal !important;
|
||||
word-break: break-word !important;
|
||||
overflow-wrap: break-word !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view code {
|
||||
white-space: pre-wrap !important;
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user