Skip to content

Commit

Permalink
grid render for parameters and return values
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed May 25, 2024
1 parent ec388db commit b8ea1e0
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 198 deletions.
33 changes: 0 additions & 33 deletions src/components/render-plugin-doc.scss
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
.hub-doc-options-table {
td,
th {
border: 1px solid black;
padding: 5px;
vertical-align: top;
}

ul {
margin-top: 0;
}

small {
margin-bottom: 0;
}

// ensures the bottom of the table always has a border even
// if there is a spacer at the bottom which might otherwise cause
// a gap
border-bottom: 1px solid black;
width: 100%;

.spacer {
width: 20px;
border-top: 0;
border-bottom: 0;
}

.parent {
border-bottom: 0;
}
}

.hub-doc-blue {
color: var(--pf-v5-global--info-color--100);
}
Expand Down
Loading

0 comments on commit b8ea1e0

Please sign in to comment.