mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
16 lines
175 B
SCSS
16 lines
175 B
SCSS
|
.group-members-input {
|
||
|
.ac-wrap {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
.group-members-inputs-selector {
|
||
|
margin-top: 10px;
|
||
|
|
||
|
.add {
|
||
|
margin-top: 7px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|