Keep options internal transfer controls on a single row.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4599,6 +4599,36 @@ html[data-theme="light"] .opt-order-chip {
|
||||
margin: 0 0 6px;
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
.options-funds-fold .options-funds-row--single {
|
||||
flex-wrap: nowrap;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.options-funds-fold .options-funds-row--single > select,
|
||||
.options-funds-fold .options-funds-row--single > input[type="number"],
|
||||
.options-funds-fold .options-funds-row--single > button {
|
||||
flex: 0 0 auto;
|
||||
width: auto;
|
||||
max-width: none;
|
||||
min-width: 0;
|
||||
}
|
||||
.options-funds-fold .options-funds-row--single > select {
|
||||
min-width: 4.5em;
|
||||
max-width: 7.5em;
|
||||
padding: 4px 6px;
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
.options-funds-fold .options-funds-row--single > input[type="number"] {
|
||||
width: 5.5rem;
|
||||
min-width: 4.5rem;
|
||||
padding: 4px 6px;
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
.options-funds-fold .options-funds-row--single > .btn-sm {
|
||||
padding: 4px 8px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.options-pos-stack,
|
||||
.options-pos-tab-body {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user