From 31b2f2eb6a1214321f69b6c72f7bfc30070cb983 Mon Sep 17 00:00:00 2001 From: RonnyNovik Date: Thu, 27 Dec 2018 18:32:24 +0200 Subject: [PATCH] Inline button sections (#26273) I have provided a small section about how to turn those buttons into inline buttons --- 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 5db2e4eaf9..0ab5d6fe8c 100644 --- a/guide/english/bootstrap/buttons/index.md +++ b/guide/english/bootstrap/buttons/index.md @@ -113,8 +113,12 @@ It is possible to also have outlined buttons rather than fully colored in ones. Outlined buttons are a part of Bootstrap since version 4, please be sure that you are using the right version if you are unable to get them to work. +#### Inline Buttons +You can create inline button row by adding `.d-inline-block` class to the element which sets the display of the button to inline block. For example : `` + _Note: Do not include the dot in the HTML Class Attribute, referring to the classes with a dot is only used when adjusting the classes in CSS._ + #### More Information: * Bootstrap Buttons documentation * Bootstrap Button Group documentation