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

Issue #3405277 by scott_euser, anybody: Add vertical-align: top as default for table cells

parent 8fa42783
No related branches found
No related tags found
15 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!10210Issue #3487907: Drupal.displace() use getComputedStyle() for hidden chk.,!1010411.1.x,!5423Draft: Resolve #3329907 "Test2",!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3478Issue #3337882: Deleted menus are not removed from content type config,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #332084 passed with warnings
Pipeline: drupal

#332105

    Pipeline: drupal

    #332098

      Pipeline: drupal

      #332087

        ......@@ -30,6 +30,7 @@ th {
        height: var(--space-xl);
        padding: var(--space-xs) var(--space-m);
        text-align: start;
        vertical-align: top;
        color: var(--color-text);
        background: var(--color-gray-050);
        line-height: 1.25rem; /* 20px */
        ......@@ -162,6 +163,7 @@ td {
        height: 4rem;
        padding: var(--space-xs) var(--space-m);
        text-align: start;
        vertical-align: top;
        }
        td .item-list ul {
        ......
        ......@@ -23,6 +23,7 @@ th {
        height: var(--space-xl);
        padding: var(--space-xs) var(--space-m);
        text-align: start;
        vertical-align: top;
        color: var(--color-text);
        background: var(--color-gray-050);
        line-height: 1.25rem; /* 20px */
        ......@@ -138,6 +139,7 @@ td {
        height: 4rem;
        padding: var(--space-xs) var(--space-m);
        text-align: start;
        vertical-align: top;
        & .item-list ul {
        margin: 0;
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment