Skip to content

Commit

Permalink
SSP-3293 Resolve issues found in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
msultzaberger committed May 5, 2020
1 parent 2917834 commit 3239bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions overlays/ssp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ war {
archiveName 'ssp.war'

manifest {
//comment out the following line to perfrom portalInit
from(zipTree(configurations.runtime.files.getAt(0)).matching({ include 'META-INF/MANIFEST.MF' }).getSingleFile())
attributes("SSP-Ext-UPOverlay-Artifact-Version":"${uPortalVersion}")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@

header {

.dropdown-menu {
left: -40px;
}

.fa {
display: none;
}
Expand Down Expand Up @@ -84,7 +88,7 @@
nav {
display: none;
}
#sspNav {
#sspNav {F
display: block;
}
}
Expand Down

0 comments on commit 3239bc9

Please sign in to comment.