Browse Source

fix: Added style for horizontal line

pull/7046/head
Muhammed Mustafa 10 months ago
parent
commit
6839b1f102
  1. 7
      packages/nc-gui/components/cell/RichText.vue

7
packages/nc-gui/components/cell/RichText.vue

@ -279,5 +279,12 @@ const focusEditorEnd = () => {
margin: 1em 0;
font-style: italic;
}
hr {
@apply !border-gray-300;
border: 0;
border-top: 1px solid #ccc;
margin: 1.5em 0;
}
}
</style>

Loading…
Cancel
Save