Skip to content

Latest commit

 

History

History
55 lines (54 loc) · 5.38 KB

File metadata and controls

55 lines (54 loc) · 5.38 KB
<style> tr th:nth-child(2), tr td:nth-child(2) { white-space: nowrap; /* Prevent wrapping */ overflow: visible; /* Allow overflow */ text-overflow: unset; /* Remove ellipsis or clipping */ word-wrap: normal; /* Prevent word breaks */ word-break: normal; /* Prevent breaking within words */ } </style>

Project Structure

Description File Structure
┣ MVCBlazor
    ┣ .artifacts
            ┗ 1
                    ┗ blazor-component-library-package
    ┣ GitPageBlazorWASM
    ┣ GitPageBlazorWASM.Client
    ┣ Package.BlazorComponentLibrary
            ┣ _Imports.razor
            ┣ BCLVersion
                    ┗ VersionInfo.cs
            ┣ Components
                    ┗ SimpleCounter.razor
            ┗ DependencyInjection
                    ┗ DependencyInjection.cs
    ┣ PlaywrightXUnitGoesHere
            ┣ justcheckinggitguardian.cs
            ┗ UnitTest1.cs
    ┣ SharedPages
            ┣ _Imports.razor
            ┣ Layout
                    ┣ ComponentPageLayout.razor
                    ┗ MainLayout.razor
            ┗ Pages
                    ┣ ComponentPages
                            ┗ CounterComponentPage.razor
                    ┣ Error.razor
                    ┗ Home.razor
    ┗ TestHostPrerenderWASM
            ┣ TestHostPrerenderWASM
                    ┣ Components
                            ┣ _Imports.razor
                            ┗ App.razor
                    ┗ Program.cs
            ┗ TestHostPrerenderWASM.Client
                    ┣ _Imports.razor
                    ┣ App.razor
                    ┣ GitPagesEntryPoint
                            ┣ 404.html
                            ┗ index.html
                    ┣ Program.cs
                    ┗ Routes.razor