Merge pull request #4967 from manassolanki/fix-data-column
fix the overflow in the controls
This commit is contained in:
commit
03720775d0
2 changed files with 7 additions and 0 deletions
|
|
@ -16,3 +16,6 @@
|
|||
.frappe-control .select-all {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.frappe-control .control-value {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,4 +19,8 @@
|
|||
|
||||
.frappe-control .select-all {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.frappe-control .control-value {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue