fix: Data control value

This commit is contained in:
Suraj Shetty 2021-03-09 12:09:50 +05:30 committed by GitHub
parent a74b7b04ac
commit cfd4bd428c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,7 +254,7 @@ textarea.form-control {
overflow-wrap: break-word;
}
.frappe-control[data-fieldtype="Data"] .control-input {
.frappe-control[data-fieldtype="Data"] .control-input, .control-value {
position: relative;
}