mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* fix markdown list style broken by EUI * apply style to list element instead of item element
This commit is contained in:
parent
5edc0f0705
commit
170a735915
1 changed files with 8 additions and 0 deletions
|
@ -197,6 +197,14 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
// Kibana sets list-style: none. Set list styles for markdown content
|
||||
.markdown-body ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.markdown-body ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.markdown-body ol ol,
|
||||
.markdown-body ul ol {
|
||||
list-style-type: lower-roman;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue