mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-01 03:38:53 +08:00
Update default alignment in Markdown table header
This commit is contained in:
parent
92376d0aed
commit
69803806b5
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@
|
|||
@apply w-full my-4 shadow-xl-center rounded-lg tiny-scrollbar;
|
||||
}
|
||||
|
||||
.markdown table thead {
|
||||
@apply text-left;
|
||||
}
|
||||
|
||||
.markdown table thead tr {
|
||||
@apply border-b border-gray-200;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue