We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
해당 문제가 발생하는 현상은 아래와 같은 경우...
아래는 이와 같은 문제를 해결할 수 있는 스타일
.xtable table { table-layout: fixed; border-spacing: 0; border-collapse: inherit; } .xtable th { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .xtable td { word-break: break-all; }
The text was updated successfully, but these errors were encountered:
seogi1004
No branches or pull requests
해당 문제가 발생하는 현상은 아래와 같은 경우...
아래는 이와 같은 문제를 해결할 수 있는 스타일
.xtable table {
table-layout: fixed;
border-spacing: 0;
border-collapse: inherit;
}
.xtable th {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.xtable td {
word-break: break-all;
}
The text was updated successfully, but these errors were encountered: