Closed panickerr closed 8 years ago
Try using
th.md-column {
white-space: normal;
}
@daniel-nagy thanks man. But it works only when i embed that in style within the
You'll need to use a more specific selector to overwrite the default style
// this is the default
table.md-table th.md-column {
white-space: nowrap;
}
Or use !important
.
Hey its working nicely thanks :+1:
Hi Guys, Is there a way to restrict the width of the individual columns in the header so that i can split lengthy column names into separate lines ?
BR