Merge pull request #5890 from christianbeeznest/ofaj-22147

Internal: Fix table width in TinyMCE - refs BT#22147
pull/5891/head
christianbeeznest 11 months ago committed by GitHub
commit 22da540f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      assets/css/app.scss

@ -853,6 +853,13 @@ form .field {
}
}
@layer components {
.tiny-content table {
@apply w-auto table-auto;
}
}
//@import 'primevue-md-light-indigo/theme.css';
//@import '~primevue/resources/primevue.min.css';
//@import '~primeflex/primeflex.css';

Loading…
Cancel
Save