小屏密码输入框错位

This commit is contained in:
Bard 2023-05-27 14:46:17 +08:00 committed by GitHub
parent ec50c0aac2
commit d46e932fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1851,12 +1851,13 @@ td > table > tbody > tr > td,
}
.cbi-value-title {
display: table-cell;
float: left;
width: 23rem;
padding-right: 2rem;
text-align: right;
word-wrap: break-word
display: table-cell;
/*float: left;*/
width: 23rem;
padding-top: 0.25rem;
padding-right: 2rem;
text-align: right;
word-wrap: break-word;
}
.cbi-value {