diff --git a/_docs/buttons.md b/_docs/buttons.md index 0235fe8d6..e3ae5908b 100644 --- a/_docs/buttons.md +++ b/_docs/buttons.md @@ -182,7 +182,9 @@ Wrap the dropdown’s toggle (your button or link) and the dropdown menu within ### Loading button -Add `.btn-loading` to use a loading state on a button. Since the loading spinner is implemented using the `:after` pseudo-element, it is not supported by the `` element. +Add `.btn-loading` to use a loading state on a button. The width of the button depends on the length of the text inside. + +Since the loading spinner is implemented using the `:after` pseudo-element, it is not supported by the `` element. {% example html wrapper=btn-list %} diff --git a/index.html b/index.html index c078bab35..52ee2b3bb 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,8 @@ menu: index