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
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment