Skip to content

Commit

Permalink
Merge pull request #1279 from jennydaman/fix-lefthook-install
Browse files Browse the repository at this point in the history
Fix lefthook install
  • Loading branch information
jennydaman authored Oct 19, 2024
2 parents a08d407 + e2e079f commit 4af01fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# see https://github.com/evilmartians/lefthook/blob/master/docs/install.md#-nodejs
side-effects-cache = false
1 change: 0 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@
justify-content: center !important;
align-items: center !important;
}

1 change: 0 additions & 1 deletion src/components/Dashboard/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
color: white;
}


.description-section {
border-radius: 8px;
height: 100%;
Expand Down
3 changes: 1 addition & 2 deletions src/components/DisplayPage/display-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
text-decoration: none;
}

.plugin-item-title
{
.plugin-item-title {
font-size: 1em;
font-weight: 400;
}
Expand Down
8 changes: 3 additions & 5 deletions src/components/NodeDetails/NodeDetails.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,12 @@
}
}

.pf-v5-c-log-viewer__main,
.pf-v5-c-log-viewer__main,
.pf-v5-c-log-viewer__list {
flex-grow: 1 !important;
overflow: auto;

}

.pf-v5-c-log-viewer__scroll-container{
height:100% !important;
.pf-v5-c-log-viewer__scroll-container {
height: 100% !important;
}

0 comments on commit 4af01fd

Please sign in to comment.