View Issue Details

IDProjectCategoryView StatusLast Update
0000481FinanceOneMain-Contentpublic2024-10-04 16:08
Reportermarco Assigned To 
PrioritynormalSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Product Version1064 
Target Version1064Fixed in Version1064 
Summary0000481: 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

Activities

There are no notes attached to this issue.