.main-container {

    .main-content {

        .page-content {

            #bug_action {
               
                #buglist {
                   
                    tbody tr {
                        td.column-summary a {
                            word-break: break-word;
                            white-space: break-spaces;
                            overflow-wrap: break-word;
                        }
                        td.column-custom-customfield_docname {
                            word-break: break-word;
                            white-space: break-spaces;
                            overflow-wrap: break-word;
                        }
                        td.column-custom-customfield_docnumber {
                            word-break: break-word;
                            white-space: break-spaces;
                            overflow-wrap: break-word;
                        }
                        td.column-custom-customfield_doclist {
                            word-break: break-word;
                            white-space: break-spaces;
                            overflow-wrap: break-word;
                        }
                        td.column-custom-customfield_meetinglist {
                            word-break: break-word;
                            white-space: break-spaces;
                            overflow-wrap: break-word;
                        }
                   }
                }
            }
        }
    }
}

