/*英文版表頭不分行 end*/
.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: hidden!important;
  white-space: nowrap!important;
  text-overflow: ellipsis;
}

/*彈窗單詞內不換行*/
.layui-layer-dialog .layui-layer-content {
  word-break: normal;
}

