2022-06-01 03:55:36 +00:00
|
|
|
.wrapper {
|
|
|
|
margin-top: 24px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.name {
|
|
|
|
margin-top: 24px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2022-08-18 03:19:55 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|