Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 39bae62

Browse files
committed
chore(docs): fix header wrapping for tablet devices
1 parent d7a73e4 commit 39bae62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/app/assets/css/docs.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ html, body {
2222
padding-bottom: 2em;
2323
}
2424

25-
2625
.header-fixed {
2726
position:fixed;
2827
z-index:1000;
@@ -31,6 +30,10 @@ html, body {
3130
right:0;
3231
}
3332

33+
.header-branding {
34+
min-height:41px!important;
35+
}
36+
3437
.docs-navbar-primary {
3538
border-radius:0!important;
3639
margin-bottom:0!important;

0 commit comments

Comments
 (0)