Merge pull request #7345 from netchampfaris/page-title-centering-h

fix: Page Title wrapping and centering
This commit is contained in:
Suraj Shetty 2019-04-24 08:34:56 +05:30 committed by GitHub
commit 2f5ebf93a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1054,6 +1054,12 @@ img.img-loading:after {
content: "\f00b";
}
// utilities
.whitespace-nowrap {
white-space: nowrap;
}
// popover
.popover {
border-radius: 4px;