mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
markdown fixes
This commit is contained in:
@@ -11,7 +11,6 @@ pre.highlight,
|
|||||||
max-height: 30rem;
|
max-height: 30rem;
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: $code-font-size;
|
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
@include scrollbar;
|
@include scrollbar;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,6 +63,7 @@
|
|||||||
|
|
||||||
.dropdown-menu-columns {
|
.dropdown-menu-columns {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 0 .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu-arrow {
|
.dropdown-menu-arrow {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
Markdown
|
Markdown
|
||||||
*/
|
*/
|
||||||
.markdown {
|
.markdown {
|
||||||
|
font-size: 1rem;
|
||||||
line-height: $line-height-lg;
|
line-height: $line-height-lg;
|
||||||
|
|
||||||
> :first-child {
|
> :first-child {
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ code {
|
|||||||
pre {
|
pre {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: $code-font-size;
|
font-size: $h5-font-size;;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
line-height: $code-line-height;
|
line-height: $code-line-height;
|
||||||
tab-size: 3;
|
tab-size: 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user