remove duplicate button class
This commit is contained in:
parent
badad80cdf
commit
48b5af28e5
|
@ -5,7 +5,7 @@
|
|||
class="group-username-filter no-blur"}}
|
||||
{{/if}}
|
||||
|
||||
<div class="group-members-add">
|
||||
<div class="group-members-manage">
|
||||
{{#if canManageGroup}}
|
||||
{{d-button icon="plus"
|
||||
action="showAddMembersModal"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
|
||||
input + .group-members-add {
|
||||
input + .group-members-manage {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue