We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f7ad6 commit cdc5850Copy full SHA for cdc5850
templates/base.html.twig
@@ -55,7 +55,7 @@
55
{{ encore_entry_link_tags('app') }}
56
57
{% set table_settings = settings_instance('table') %}
58
- <style nonce="{{ csp_nonce('style') }}">
+ <style>
59
:root {
60
--table-image-preview-min-size: {{ table_settings.previewImageMinWidth }}px;
61
--table-image-preview-max-size: {{ table_settings.previewImageMaxWidth }}px;
0 commit comments