FIX: <td> spacing on expanded table (#26037)

This commit is contained in:
Ella E
2024-03-05 14:36:00 -07:00
committed by GitHub
parent bc98740205
commit 822ebb9642

View File

@@ -1743,6 +1743,10 @@ iframe {
z-index: 1;
background-color: var(--secondary);
}
td {
padding: 5px 6px 5px 3px;
}
}
}