Skip to content

Commit 89263b1

Browse files
committed
fix(_layout.scss) navbar-brand positioning for IE
1 parent ee079f6 commit 89263b1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dist/css/coreui-standalone.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ html[dir="rtl"] {
448448

449449
.navbar-brand {
450450
position: absolute;
451+
top: 0;
451452
left: 50%;
452453
margin-left: - ($navbar-brand-width / 2);
453454
}

0 commit comments

Comments
 (0)