mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Can order value lists
This commit is contained in:
@@ -1488,12 +1488,21 @@ table#user-badges {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.values {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 3px;
|
||||
margin-right: 10px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user