From 202142ee4aab72556e46ce8078e8b1fa59bc2ef6 Mon Sep 17 00:00:00 2001
From: Austen Pritchett <31089015+pritchettausten@users.noreply.github.com>
Date: Wed, 31 Oct 2018 17:10:20 -0600
Subject: [PATCH] Added the btn-block class in size (#20644)
---
guide/english/bootstrap/buttons/index.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md
index abf339b153..f597556ed5 100644
--- a/guide/english/bootstrap/buttons/index.md
+++ b/guide/english/bootstrap/buttons/index.md
@@ -72,6 +72,10 @@ This is a list of the CSS classes for different size of the buttons.
``
+`.btn-block` This is bootstrap's full width button.
+
+
+
#### Bootstrap Outlined Buttons:
It is possible to also have outlined buttons rather than fully colored in ones. This is achieved by placing the mid fix `outline` between the button class you want. A sample usage would be as follows: