mirror of https://github.com/portainer/portainer
fix(ui): remove extra margins from Dockerfile details section EE-4790 (#8213)
parent
e5fd0c9595
commit
b2bc4b92d6
|
@ -20,8 +20,6 @@ interface Props {
|
||||||
|
|
||||||
export function DockerfileDetails({ image }: Props) {
|
export function DockerfileDetails({ image }: Props) {
|
||||||
return (
|
return (
|
||||||
<div className="row">
|
|
||||||
<div className="col-lg-12 col-md-12 col-xs-12">
|
|
||||||
<TableContainer>
|
<TableContainer>
|
||||||
<TableTitle label="Dockerfile details" icon={List} />
|
<TableTitle label="Dockerfile details" icon={List} />
|
||||||
<DetailsTable>
|
<DetailsTable>
|
||||||
|
@ -77,7 +75,5 @@ export function DockerfileDetails({ image }: Props) {
|
||||||
)}
|
)}
|
||||||
</DetailsTable>
|
</DetailsTable>
|
||||||
</TableContainer>
|
</TableContainer>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue