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

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

This reverts commit a1103610.
parent 6025a148
No related branches found
No related tags found
12 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.,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!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,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #342061 passed with warnings
Pipeline: drupal

#342082

    Pipeline: drupal

    #342073

      Pipeline: drupal

      #342063

        ...@@ -30,7 +30,6 @@ th { ...@@ -30,7 +30,6 @@ th {
        height: var(--space-xl); height: var(--space-xl);
        padding: var(--space-xs) var(--space-m); padding: var(--space-xs) var(--space-m);
        text-align: start; text-align: start;
        vertical-align: top;
        color: var(--color-text); color: var(--color-text);
        background: var(--color-gray-050); background: var(--color-gray-050);
        line-height: 1.25rem; /* 20px */ line-height: 1.25rem; /* 20px */
        ...@@ -163,7 +162,6 @@ td { ...@@ -163,7 +162,6 @@ td {
        height: 4rem; height: 4rem;
        padding: var(--space-xs) var(--space-m); padding: var(--space-xs) var(--space-m);
        text-align: start; text-align: start;
        vertical-align: top;
        } }
        td .item-list ul { td .item-list ul {
        ......
        ...@@ -23,7 +23,6 @@ th { ...@@ -23,7 +23,6 @@ th {
        height: var(--space-xl); height: var(--space-xl);
        padding: var(--space-xs) var(--space-m); padding: var(--space-xs) var(--space-m);
        text-align: start; text-align: start;
        vertical-align: top;
        color: var(--color-text); color: var(--color-text);
        background: var(--color-gray-050); background: var(--color-gray-050);
        line-height: 1.25rem; /* 20px */ line-height: 1.25rem; /* 20px */
        ...@@ -139,7 +138,6 @@ td { ...@@ -139,7 +138,6 @@ td {
        height: 4rem; height: 4rem;
        padding: var(--space-xs) var(--space-m); padding: var(--space-xs) var(--space-m);
        text-align: start; text-align: start;
        vertical-align: top;
        & .item-list ul { & .item-list ul {
        margin: 0; margin: 0;
        ......
        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