Skip to content

Commit

Permalink
OLMIS-7976: Component correction - it displayed on the entire page
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolkowski committed Jul 9, 2024
1 parent e76da8a commit 3f4087a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/openlmis-home/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $image-height: 136px;
@extend .page-hero;
padding-bottom: 4em;
display: flex;
flex-wrap: wrap;
flex: 1 0 auto;
align-items: flex-start;
&::after{
Expand Down Expand Up @@ -33,6 +34,10 @@ $image-height: 136px;
}
}

.home-page > openlmis-home-alerts-panel {
width: 100%;
}

.scroll {
width: 100%;
float:left;
Expand Down
1 change: 0 additions & 1 deletion src/openlmis-home/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<openlmis-home-alerts-panel></openlmis-home-alerts-panel>
<div class="home-page">
<h2>{{'openlmisHome.welcome' | message}}</h2>
<div class="system-notification-list" ng-if="!vm.isOffline">
Expand Down

0 comments on commit 3f4087a

Please sign in to comment.