update minor

This commit is contained in:
deri sahertian 2024-06-18 21:48:15 +07:00
parent d4fda5f1b5
commit 700d6d1a8d

View File

@ -2114,7 +2114,6 @@
background: url(./icon/loading.svg) no-repeat center;
background-size: 20px;
}
}
.left,
.left::before {
@ -3574,8 +3573,14 @@
.cbi-value-field .cbi-input-select,
.cbi-value input[type="text"],
.node-system-packages>.main .cbi-value .cbi-value-field input {
width: 5rem;
color: #fff;
width: 100%;
display: flex;
color: #fff;
flex-direction: column-reverse;
flex-wrap: wrap;
align-content: stretch;
align-items: flex-start;
}
}
.cbi-page-actions>div>input,