[style](trx-frontend-http): align unit and power labels right
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
@@ -95,6 +95,9 @@ input.status-input, select.status-input { width: 100%; padding: 0.45rem 0.5rem;
|
|||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.controls-col-power.label-below-col .label {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
.controls-col.label-below-col > :not(.label) {
|
.controls-col.label-below-col > :not(.label) {
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
@@ -261,6 +264,9 @@ button:disabled { opacity: 0.6; cursor: not-allowed; }
|
|||||||
.unit-col {
|
.unit-col {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
.unit-col .label {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
.label-below-row {
|
.label-below-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user