S
S
ssrdop2016-02-03 11:57:41
css
ssrdop, 2016-02-03 11:57:41

How to vertically align text in a table in bootstrap?

used the standard means valign and so on, could not do it. I did not find any mention of alignment in the bootstrap documentation. How to proceed?e3cd7a1991e645d4a9d4bc6d8034e8e2.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dave, 2016-02-03
@ssrdop

Just add:

.table > tbody > tr > td {
  vertical-align: middle;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question