小屏密码输入框错位

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 { .cbi-value-title {
display: table-cell; display: table-cell;
float: left; /*float: left;*/
width: 23rem; width: 23rem;
padding-right: 2rem; padding-top: 0.25rem;
text-align: right; padding-right: 2rem;
word-wrap: break-word text-align: right;
word-wrap: break-word;
} }
.cbi-value { .cbi-value {