Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit dbeb4e1

Browse files
committed
fix(share): missing CK editor stylesheet (closes #2124)
1 parent 380cb62 commit dbeb4e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/server/src/assets/views/share

apps/server/src/assets/views/share/page.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<link rel="shortcut icon" href="../favicon.ico">
1414
<% } %>
1515
<script src="<%= appPath %>/share.js" type="module"></script>
16+
<link href="<%= assetPath %>/src/share.css" rel="stylesheet">
1617
<% if (!note.isLabelTruthy("shareOmitDefaultCss")) { %>
1718
<link href="<%= assetPath %>/stylesheets/share.css" rel="stylesheet">
1819
<% } %>

0 commit comments

Comments
 (0)