diff --git a/dashboard/src/components/Section.vue b/dashboard/src/components/Section.vue index c005c2b24..020753e04 100644 --- a/dashboard/src/components/Section.vue +++ b/dashboard/src/components/Section.vue @@ -22,8 +22,10 @@ function onTitleBadge() {

- {{ title }} - +
+ {{ title }} + +
{{ titleBadge }}
@@ -59,6 +61,12 @@ function onTitleBadge() { display: flex; gap: 6px; flex-wrap: wrap; + align-items: center; +} + +.section-header-title-text { + display: flex; + gap: 6px; align-items: baseline; }