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
No related merge requests found
...@@ -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