fix: edit template dup name
This commit is contained in:
@ -25,7 +25,7 @@ h2 {
|
||||
}
|
||||
}
|
||||
|
||||
.table-body div team-template {
|
||||
.table-body div team-template-edit {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
@ -56,13 +56,13 @@ h2 {
|
||||
}
|
||||
}
|
||||
|
||||
sib-multiple[widget='team-template'] {
|
||||
sib-multiple[widget='team-template-edit'] {
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
>div>team-template>sib-display>div {
|
||||
>div>team-template-edit>sib-display>div {
|
||||
display: grid;
|
||||
grid-column-gap: 1.6rem;
|
||||
grid-template-columns: 7vh auto;
|
||||
|
Reference in New Issue
Block a user