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

Issue #3446807 by quietone, divya.sejekan, smustgrave: Put 'Not supported'...

Issue #3446807 by quietone, divya.sejekan, smustgrave: Put 'Not supported' update status on the correct side of the page

(cherry picked from commit 39b17296)
parent 261698d9
Branches
Tags
5 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #181050 passed with warnings
Pipeline: drupal

#181057

    ...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
    float: left; float: left;
    } }
    .project-update__status--not-supported { .project-update__status--not-supported {
    float: left; /* LTR */ float: right; /* LTR */
    } }
    [dir="rtl"] .project-update__status--not-supported { [dir="rtl"] .project-update__status--not-supported {
    float: right; float: left;
    } }
    .project-update__status--security-error { .project-update__status--security-error {
    color: #970f00; color: #970f00;
    ......
    ...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
    float: left; float: left;
    } }
    .project-update__status--not-supported { .project-update__status--not-supported {
    float: left; /* LTR */ float: right; /* LTR */
    } }
    [dir="rtl"] .project-update__status--not-supported { [dir="rtl"] .project-update__status--not-supported {
    float: right; float: left;
    } }
    .project-update__status--security-error { .project-update__status--security-error {
    color: #970f00; color: #970f00;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment