Bootstrap link button and button not the same width. How to fix?

Viewed 13365

I added width property to bootstrap buttons. However, it did not make <a class="btn" /> the same width as <button class="btn" />. Here's the jsFiddle.

This is in Chrome.

1 Answers
Related