From d2dfded69e0bf1629ee970074924b14a6d70f4a2 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 23 Dec 2020 16:57:58 -0500 Subject: [PATCH] Fix tooltip demo --- docs/components/tooltip.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/tooltip.md b/docs/components/tooltip.md index 1574a333..bbf635b1 100644 --- a/docs/components/tooltip.md +++ b/docs/components/tooltip.md @@ -94,6 +94,7 @@ Use the `placement` attribute to set the preferred placement of the tooltip. .tooltip-placement-example sl-button { float: left; + width: 2.5rem; margin-right: 0.25rem; margin-bottom: 0.25rem; }