Skip to content

Commit 3880266

Browse files
committed
fixed #321
1 parent 7fd028d commit 3880266

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

marklogic-data-hub/src/trace-ui/src/app/header/header.style.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,15 @@ mdl-progress.mdl-progress {
5757
margin-left: 5px;
5858
}
5959
}
60+
61+
@media(max-width: 1024px) {
62+
.mdl-layout__header {
63+
display: flex;
64+
}
65+
}
66+
67+
@media(max-width: 850px) {
68+
.mdl-layout-title {
69+
display: none;
70+
}
71+
}

quick-start/src/main/ui/app/header/header.style.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,15 @@ mdl-progress.mdl-progress {
5757
margin-left: 5px;
5858
}
5959
}
60+
61+
@media(max-width: 1024px) {
62+
.mdl-layout__header {
63+
display: flex;
64+
}
65+
}
66+
67+
@media(max-width: 850px) {
68+
.mdl-layout-title {
69+
display: none;
70+
}
71+
}

0 commit comments

Comments
 (0)