mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:09:35 +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;
|
|
}
|
|
}
|