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

(cherry picked from commit a11036104f)
merge-requests/10102/head
nod_ 2024-11-07 15:26:02 +01:00
parent ff2e2729aa
commit a3941f583e
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 4 additions and 0 deletions

View File

@ -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 {

View File

@ -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;