mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: <td> spacing on expanded table (#26037)
This commit is contained in:
@@ -1743,6 +1743,10 @@ iframe {
|
||||
z-index: 1;
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 5px 6px 5px 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user