Select file and plugin on ModData page
This commit is contained in:
@@ -6,3 +6,23 @@ a.name {
|
||||
line-height: 1.75rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.select-container {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.select {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.label {
|
||||
white-space: nowrap;
|
||||
margin-right: 12px;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user