mirror of
https://github.com/directus/directus.git
synced 2026-02-01 17:15:00 -05:00
Restyle hr in wysiwyg (#4755)
* make hr look normal in wysiwyg * dont use fixed value
This commit is contained in:
@@ -119,17 +119,11 @@ video,
|
||||
height: auto;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border: 1px solid ${cssVar('--border-normal')};
|
||||
margin-top: 52px;
|
||||
margin-bottom: 56px;
|
||||
text-align: center;
|
||||
}
|
||||
hr:after {
|
||||
content: "...";
|
||||
font-size: 28px;
|
||||
letter-spacing: 16px;
|
||||
line-height: 0;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user