carbon-components-vue
carbon-components-vue copied to clipboard
Text align for columns in CvDataTable does not work anymore
Using textAlign in the headingStyle does not work anymore, e.g. the PORT column in the storybook is no longer right aligned: http://vue.carbondesignsystem.com/?path=/story/components-cvdatatable--styled-columns
This appears to be due to a change in the styling of the bx--table-header-label in core carbon. You can revert that by using 'display: block' or use 'float: right' instead.
See https://github.com/carbon-design-system/carbon-components-vue/issues/1252.
Issue is that the headingStyle is not applied correctly to the <th>
From my point of view, you might close this in favor of #1252.