Skip to content

Commit cdc5850

Browse files
committed
Removed style nonce, as it blocks the loading of all other inline styles and kills the styling of the sidebar treeviews
1 parent 03f7ad6 commit cdc5850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{{ encore_entry_link_tags('app') }}
5656

5757
{% set table_settings = settings_instance('table') %}
58-
<style nonce="{{ csp_nonce('style') }}">
58+
<style>
5959
:root {
6060
--table-image-preview-min-size: {{ table_settings.previewImageMinWidth }}px;
6161
--table-image-preview-max-size: {{ table_settings.previewImageMaxWidth }}px;

0 commit comments

Comments
 (0)