mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:51:43 +08:00
FIX: <td> spacing on expanded table (#26037)
This commit is contained in:
parent
bc98740205
commit
822ebb9642
|
@ -1743,6 +1743,10 @@ iframe {
|
|||
z-index: 1;
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 5px 6px 5px 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user