mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 12:53:44 +08:00
10 lines
135 B
SCSS
10 lines
135 B
SCSS
.group-member-dropdown {
|
|
ul {
|
|
position: absolute;
|
|
top: 27px;
|
|
width: 250px;
|
|
bottom: auto;
|
|
text-align: left;
|
|
}
|
|
}
|