seitime-frappe/frappe/public/css/controls.css
Prateeksha Singh 03720775d0
Merge pull request #4967 from manassolanki/fix-data-column
fix the overflow in the controls
2018-02-05 12:01:50 +05:30

21 lines
372 B
CSS

.unit-checkbox {
color: #36414c;
margin-top: 5px;
margin-bottom: 5px;
}
.unit-checkbox label {
position: relative;
}
.unit-checkbox input[type=checkbox] {
margin-left: 0;
}
.unit-checkbox + .checkbox {
margin-top: 5px;
margin-bottom: 5px;
}
.frappe-control .select-all {
margin-right: 5px;
}
.frappe-control .control-value {
overflow-wrap: break-word;
}