mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
fix: use the same hr style in editor and preview (#9574)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -73,6 +73,12 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 1rem 0;
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid var(--text-edtior-hr-border-color);
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style: none;
|
||||
position: relative;
|
||||
|
||||
@@ -479,12 +479,6 @@ pre.proseCodeBlock>pre.proseCode {
|
||||
p div {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 1rem 0;
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid var(--text-edtior-hr-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
.proseMermaidDiagram {
|
||||
|
||||
Reference in New Issue
Block a user