I am trying to display list in Table. But text overflow issue raised.
How to fix this issue with css? Kindly guide me.
.pkgtable {
width: 100%;
table-layout: fixed;
}
.pkgtable th,
td {
vertical-align: top;
}
.pkgtable ul {
font-size: 10px;
line-height: 20px;
width: 100%;
list-style-type: square;
}
.pkgtable li {
margin-left: -12px;
text-align: left;
text-transform: uppercase;
}

