Skip to content
Snippets Groups Projects
Verified Commit 7c442b06 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3450773 by ahsannazir, Kanchan Bhogade, Gauravvvv, kostyashupenko,...

Issue #3450773 by ahsannazir, Kanchan Bhogade, Gauravvvv, kostyashupenko, smustgrave: Olivero: Incorrect positioning of close button on mobile device when navigation module is enabled

(cherry picked from commit 77b8e596)
parent d0592e79
No related branches found
No related tags found
14 merge requests!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear,!10301Issue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login...,!10187Issue #3487488 by dakwamine: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) like foo.0.zip,!9929Issue #3445469 by pooja_sharma, smustgrave: Add additional test coverage for...,!9787Resolve issue 3479427 - bootstrap barrio issue under Windows,!9742Issue #3463908 by catch, quietone: Split OptionsFieldUiTest into two,!9526Issue #3458177 by mondrake, catch, quietone, godotislate, longwave, larowlan,...,!8949Backport .gitlabci.yml changes.,!8738Issue #3424162 by camilledavis, dineshkumarbollu, smustgrave: Claro...,!8704Make greek characters available in ckeditor5,!8533Issue #3446962 by kim.pepper: Remove incorrectly added...,!6502Draft: Resolve #2938524 "Plach testing issue",!38582585169-10.1.x,!3226Issue #2987537: Custom menu link entity type should not declare "bundle" entity key
Pipeline #208377 passed with warnings
Pipeline: drupal

#208421

    Pipeline: drupal

    #208416

      Pipeline: drupal

      #208410

        +6
        ...@@ -110,3 +110,9 @@ ...@@ -110,3 +110,9 @@
        display: flex; display: flex;
        justify-content: space-between; justify-content: space-between;
        } }
        /* Reset width set by layout.css */
        body.is-fixed .site-header__inner__container {
        width: auto;
        }
        ...@@ -105,3 +105,8 @@ body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded) ...@@ -105,3 +105,8 @@ body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded)
        display: flex; display: flex;
        justify-content: space-between; justify-content: space-between;
        } }
        /* Reset width set by layout.css */
        body.is-fixed .site-header__inner__container {
        width: auto;
        }
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment