mirror of
https://github.com/discourse/discourse.git
synced 2025-01-02 07:04:48 +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;
|
||
|
}
|
||
|
}
|