0

In the documentation, they have:

<li class="table-view-cell table-view-cell">Item 2</li>

Q: Was that just a typo, or did they put table-view-cell in there twice for some reason?

Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
  • It looks like they referenced my issue in a commit and it should be resolved in the next release https://github.com/twbs/ratchet/commit/2967105bc482151be70864eff07a1bbf7ec893fe – Schmalzy Apr 17 '14 at 15:23

1 Answers1

1

I noticed the same thing the other day and was going to investigate... your question reminded me.

I created this jsFiddle and the duplicate class doesn't seem to apply any CSS rules, so I cannot image it serves a purpose.

I searched the issues submitted on GitHub and couldn't find one related to this so I submitted this one. Hopefully that will get an answer or fix.

Schmalzy
  • 17,044
  • 7
  • 46
  • 47