Merge pull request #7345 from netchampfaris/page-title-centering-h
fix: Page Title wrapping and centering
This commit is contained in:
commit
2f5ebf93a4
1 changed files with 6 additions and 0 deletions
|
|
@ -1054,6 +1054,12 @@ img.img-loading:after {
|
|||
content: "\f00b";
|
||||
}
|
||||
|
||||
// utilities
|
||||
|
||||
.whitespace-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// popover
|
||||
.popover {
|
||||
border-radius: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue