All blog posts, code samples and downloads licensed under Apache License 2.0.
Close

Bootstrap 4 XPages - Tooltips cause "wiggle" on buttons

Oliver Busse on 04/23/2014 02:21:05 CEDT, filed under CSS 

When using "btn" classes on links or button in combination with tooltips you want to add the following to your custom CSS.

div+.btn {
	margin-left: 5px;
}

Tagged with css bootstrap xpages