mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 05:33:41 +08:00
10 lines
129 B
SCSS
10 lines
129 B
SCSS
|
.group-member-dropdown {
|
||
|
ul {
|
||
|
width: 250px;
|
||
|
top: 27px;
|
||
|
bottom: auto;
|
||
|
left: -217px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|