diff --git a/DXApp.TemplateKitProject/Pages/Invoices/Details.cshtml b/DXApp.TemplateKitProject/Pages/Invoices/Details.cshtml index 912064c..6a3d82d 100644 --- a/DXApp.TemplateKitProject/Pages/Invoices/Details.cshtml +++ b/DXApp.TemplateKitProject/Pages/Invoices/Details.cshtml @@ -126,7 +126,7 @@ else .Shading(true) .ShadingColor("rgba(0, 0, 0, 0.5)") .ContentTemplate(new JS(@"function() { - return '
'; + return '
'; }")) ) } @@ -145,6 +145,16 @@ else #pdf-viewer-popup .dx-overlay-content { z-index: 10500 !important; } + + /* CodeMirror soll volle Höhe des Popups nutzen */ + #attachment-content { + height: 100% !important; + } + + #attachment-content .CodeMirror { + height: 100% !important; + font-size: 14px; + }