mirror of
https://github.com/discourse/discourse.git
synced 2024-12-17 00:53:42 +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;
|
|
}
|
|
}
|