View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000481 | FinanceOne | Main-Content | public | 2024-09-30 00:15 | 2024-10-04 16:08 |
| Reporter | marco | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1064 | ||||
| Target Version | 1064 | Fixed in Version | 1064 | ||
| Summary | 0000481: Optimierung: Nutzung volle Seitenbreite, kein zentrierter Container mehr | ||||
| Description | Änderungen: /resources/views/layouts/basic.blade.php {{-- Content --}} <main class="flex-shrink-0 mt-5"> <div class="container"> -> von container auf container-fluid -> beim main mt-5 ergänzt @hasSection('h1_options') <div> <div class="btn-group float-end mt-4"> -> von "btn-group float-end mt-4 auf btn-group float-end; mt-4 gelöscht /resources/views/layouts/footer.blade.php {{-- Footer --}} <footer class="footer mt-auto bg-body-tertiary"> <!-- py-3 --> <div class="container-fluid"> -> von container auf container-fluid | ||||