mirror of https://github.com/portainer/portainer
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
parent
b1b0a76465
commit
0f52188261
|
@ -19,5 +19,5 @@
|
|||
.edit-button {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 7px;
|
||||
top: 5px;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue