小屏密码输入框错位

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

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