fix: align signature review and admin operations

This commit is contained in:
hectorzhao
2026-07-27 22:07:51 +08:00
parent 9891ffee23
commit df70b336a0
22 changed files with 326 additions and 57 deletions
+8
View File
@@ -129,8 +129,10 @@
}
.ui-field {
align-content: start;
display: grid;
gap: var(--space-2);
min-width: 0;
}
.ui-field__label {
@@ -167,9 +169,11 @@
display: flex;
gap: var(--space-2);
min-height: var(--control-height-md);
min-width: 0;
padding: 0 var(--control-padding-x);
position: relative;
transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
width: 100%;
}
.ui-textarea {
@@ -656,8 +660,12 @@
font-size: var(--font-size-md);
height: 36px;
justify-content: flex-start;
min-width: 0;
overflow: hidden;
padding: 0 var(--space-3);
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
+6
View File
@@ -8732,6 +8732,12 @@ h3 {
color: var(--color-text-strong);
}
.admin-app-route-card > .ui-field {
max-width: 100%;
min-width: 0;
width: 100%;
}
.downstream-attempt-timeline {
border-top: 0 !important;
display: grid !important;