Fix the table element overflow (#787)

* add terminals.run blog for example
* fix table element overflow
This commit is contained in:
Terminels
2023-11-21 18:17:58 +08:00
committed by GitHub
parent 052165a30c
commit 0a8e1dbbdc
6 changed files with 38 additions and 8 deletions

View File

@ -7,7 +7,7 @@
/* Code title styles */
.remark-code-title {
@apply rounded-t bg-gray-700 dark:bg-gray-800 px-5 py-3 font-mono text-sm font-bold text-gray-200;
@apply rounded-t bg-gray-700 px-5 py-3 font-mono text-sm font-bold text-gray-200 dark:bg-gray-800;
}
.remark-code-title + div > pre {
@ -36,7 +36,7 @@
}
.line-number::before {
@apply mr-4 -ml-2 inline-block w-4 text-right text-gray-400;
@apply -ml-2 mr-4 inline-block w-4 text-right text-gray-400;
content: attr(line);
}