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

Issue #3399956 by shashwat-tiwari, nod_, Gauravvvv, Meeni_Dhobale, ahsannazir,...

Issue #3399956 by shashwat-tiwari, nod_, Gauravvvv, Meeni_Dhobale, ahsannazir, sakthi_dev, Kanchan Bhogade, shweta__sharma, joachim, Mithun S, smustgrave, saschaeggi, xjm, Anilu@: Tab highlights for current/hover/click are too high up when other tabs have 2 lines of text

(cherry picked from commit 20a080c2)
parent 35e90e3e
Branches
Tags
10 merge requests!12745Fixed: Path alias language doesn't changes on changing of node language,!12684Issue #3220784,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!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 #191255 passed
Pipeline: drupal

#191261

    ......@@ -182,6 +182,7 @@
    }
    .is-horizontal .tabs {
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    margin: 0;
    border: 0;
    ......
    ......@@ -164,6 +164,7 @@
    .is-horizontal {
    & .tabs {
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    margin: 0;
    border: 0;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment