1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 03:54:42 +04:00

markdown fixes

This commit is contained in:
codecalm
2022-01-21 23:08:11 +01:00
parent ba33924bfd
commit 384004fbba
4 changed files with 3 additions and 2 deletions
-1
View File
@@ -11,7 +11,6 @@ pre.highlight,
max-height: 30rem;
margin: 1.5rem 0;
overflow: auto;
font-size: $code-font-size;
border-radius: $border-radius;
@include scrollbar;
}
+1
View File
@@ -63,6 +63,7 @@
.dropdown-menu-columns {
display: flex;
flex: 0 .25rem;
}
.dropdown-menu-arrow {
+1
View File
@@ -2,6 +2,7 @@
Markdown
*/
.markdown {
font-size: 1rem;
line-height: $line-height-lg;
> :first-child {
+1 -1
View File
@@ -105,7 +105,7 @@ code {
pre {
padding: 1rem;
overflow: auto;
font-size: $code-font-size;
font-size: $h5-font-size;;
hyphens: none;
line-height: $code-line-height;
tab-size: 3;