mirror of
https://github.com/documize/community.git
synced 2025-07-31 02:59:44 +02:00
Make WYSIWYG font size & line height to REM
End of pixels @harveykandola
This commit is contained in:
parent
e35639502d
commit
eb9501014d
2 changed files with 21 additions and 6 deletions
|
@ -36,7 +36,6 @@ func Register(rt *env.Runtime, s *store.Store) {
|
|||
provider.Register("code", &code.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("jira", &jira.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("gemini", &gemini.Provider{Runtime: rt, Store: s})
|
||||
// provider.Register("github", &github.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("markdown", &markdown.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("papertrail", &papertrail.Provider{Runtime: rt, Store: s})
|
||||
provider.Register("tabular", &tabular.Provider{Runtime: rt, Store: s})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue