Merge pull request #5556 from artoscinote/ma_SCI_8617

Fix protocol styling issues (disable Tailwind Preflight) [SCI-8617]
This commit is contained in:
aignatov-bio 2023-06-06 11:05:30 +02:00 committed by GitHub
commit acceaa7e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,3 @@
html {
font-size: 16px;
}
img {
display:inline
}

View file

@ -95,6 +95,7 @@
.tiny-mce-editor {
flex-basis: 100%;
max-width: 100%;
}
}
}

View file

@ -8,7 +8,7 @@ Rails.application.config.content_security_policy do |policy|
policy.default_src :self, :https
policy.base_uri :self
policy.font_src :self, :https, :data
policy.img_src :self, :https, :data
policy.img_src :self, :https, :data, :blob
policy.object_src :none
policy.script_src :self, :https, :unsafe_eval
policy.style_src :self, :https, :unsafe_inline, :data

View file

@ -8,6 +8,9 @@ module.exports = {
'./app/javascript/**/*.vue',
'./app/views/**/*.{erb,haml,html,slim}'
],
corePlugins: {
preflight: false
},
theme: {
extend: {
fontFamily: {