diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-21 07:56:27 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-21 07:56:27 +0000 |
commit | fdbced5e5a878bbd212e32d224bec8af29f7360c (patch) | |
tree | 767a05d86fbd8f11fa91cd2892f8b6ed09795b20 /pub/guiedit/pmwiki.syntax.css | |
parent | e5ae6ba24de75881ac6b00e13fc143fe5f6460d3 (diff) | |
parent | 1e16c606bf5bef33e7b0cd69f96ab3935ca38c19 (diff) | |
download | pmwiki.svn-latest.tar.bz2 |
git-svn-id: svn://pmwiki.org/pmwiki/tags/latest@4801 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'pub/guiedit/pmwiki.syntax.css')
-rw-r--r-- | pub/guiedit/pmwiki.syntax.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pub/guiedit/pmwiki.syntax.css b/pub/guiedit/pmwiki.syntax.css index 9a3066f3..e1b641dd 100644 --- a/pub/guiedit/pmwiki.syntax.css +++ b/pub/guiedit/pmwiki.syntax.css @@ -252,6 +252,9 @@ code.pmhlt, .pmhlt code, #htext.pmhlt { word-wrap: break-word; overflow-wrap: break-word; } +#wikiedit #htext * { + line-height: var(--pmsyntax-lineheight); +} #wikiedit #hwrap #htext { display: none; position: absolute; |