Merge pull request #4967 from manassolanki/fix-data-column

fix the overflow in the controls
This commit is contained in:
Prateeksha Singh 2018-02-05 12:01:50 +05:30 committed by GitHub
commit 03720775d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -16,3 +16,6 @@
.frappe-control .select-all {
margin-right: 5px;
}
.frappe-control .control-value {
overflow-wrap: break-word;
}

View file

@ -19,4 +19,8 @@
.frappe-control .select-all {
margin-right: 5px;
}
.frappe-control .control-value {
overflow-wrap: break-word;
}