1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

chrore(microk8s): add deprecation notice [r8s-320] (#728)

This commit is contained in:
Ali 2025-05-13 14:28:42 +12:00 committed by GitHub
parent 3b313b9308
commit 0b69729173
2 changed files with 24 additions and 17 deletions

View file

@ -45,8 +45,9 @@ export function FormSection({
{title}
</FormSectionTitle>
{isExpanded && children}
{/* col-sm-12 in the title has a 'float: left' style - 'clear-both' makes sure it doesn't get in the way of the next div */}
{/* https://stackoverflow.com/questions/7759837/put-divs-below-floatleft-divs */}
{isExpanded && <div className="clear-both">{children}</div>}
</div>
);
}