diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index e3d98ad6ec..dbf0dd2854 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -343,6 +343,10 @@ .template-detail { display: contents; + div:first-child { + white-space: nowrap; + } + &.tags > div { margin-top: var(--spacing-06); }