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:
parent
3b313b9308
commit
0b69729173
2 changed files with 24 additions and 17 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue