Add margin-top for helpContent with UL + P

This commit is contained in:
2023-12-18 10:21:41 -06:00
parent 4a0e123f90
commit 77e341df3a

View File

@ -582,7 +582,8 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
margin-bottom: 0.25rem;
}
.MuiTooltip-tooltip .helpContent P + P
.MuiTooltip-tooltip .helpContent P + P,
.MuiTooltip-tooltip .helpContent UL + P
{
margin-top: 1rem;
}