Skip to content

Commit

Permalink
CSS Update for Object Page
Browse files Browse the repository at this point in the history
Forced display property to be set to inline instead of grid to allow title `block` placement before the `Secrets` view.

Added a 1rem padding to put some space between the title and the top of an ObjectPage.
  • Loading branch information
ralikio committed Aug 19, 2024
1 parent 166d5b1 commit 09b4969
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,10 @@ ui5-select {
/* corrected margins on object page */
div[data-component-name="ObjectPage"] {
border-radius: 0.5em;
}

/* corrected margins on object page */
header[data-component-name="ObjectPageTopHeader"] {
padding-top: 1rem;
display: inline !important;
}

0 comments on commit 09b4969

Please sign in to comment.