Remove unused DevExpress Reporting CSS file

The `dx-blazor-reporting-components.bs5.css` file reference was removed from `EnvelopeReceiverPage_DxPdfViewer.razor`. This CSS file was likely used for styling DevExpress Blazor Reporting Viewer components, which are no longer needed or have been replaced.
This commit is contained in:
2026-06-11 15:55:26 +02:00
parent 8c42105f58
commit d722742fe8

View File

@@ -4,7 +4,6 @@
@using System.Reflection @using System.Reflection
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css" rel="stylesheet" /> <link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css" rel="stylesheet" />
<link href="_content/DevExpress.Blazor.Reporting.Viewer/css/dx-blazor-reporting-components.bs5.css" rel="stylesheet" />
<style> <style>
.custom-drop-zone { .custom-drop-zone {