I wanted to create a Drupal 8 view and in one column use Custom Text to output a Bootstrap button. After much wrangling, this is what I came up with.
You should start with the Settings for the Bootstrap Table view and make sure to set the Align for the column with the Custom Text.
This is what our typical list view should look like.
The Custom Text More Info, is then given these attributes.
Finally, we need a CSS rule. My aahhaa moment was that Bootstrap is very specific in its selectors. After using Friefox to copy the unique selector, I was then able to add a little snippet of vert-aligned that I found on Stack Overflow.