fix(home): fix styles of edit button [EE-3006] (#6803)

* fix(home): fix styles of edit button [EE-3006]

* fix(home): EE-3006 fix styles of edit button

Co-authored-by: Simon Meng <simon.meng@portainer.io>
pull/6871/head
itsconquest 2022-04-29 11:01:05 +12:00 committed by GitHub
parent b1b0a76465
commit 0f52188261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@
.edit-button {
position: absolute;
right: 0;
top: 7px;
top: 5px;
}

View File

@ -84,7 +84,7 @@ export function EnvironmentItem({ environment, onClick, groupName }: Props) {
</span>
</span>
{groupName && (
<span className="small">
<span className="small space-right">
<span>Group: </span>
<span>{groupName}</span>
</span>