From 09b4969700fefe5519f04cfc976f224c21401395 Mon Sep 17 00:00:00 2001 From: ralikio <74771103+ralikio@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:09:28 +0200 Subject: [PATCH] CSS Update for Object Page 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. --- ui/src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/src/index.css b/ui/src/index.css index 600690a9a..e560b96ef 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -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; } \ No newline at end of file