Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Entwicklungsportal - ARCHIVED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FIT-Connect
Entwicklungsportal - ARCHIVED
Merge requests
!77
Fix: Styling adjustments on resource detail page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: Styling adjustments on resource detail page
fix/resource-headline-styling
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
René Rösner
requested to merge
fix/resource-headline-styling
into
main
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 1
44d74620
1 year ago
main (base)
and
latest version
latest version
8d81e996
1 commit,
1 year ago
version 1
44d74620
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
components/PageHeaderCard.tsx
+
1
−
1
Options
@@ -41,7 +41,7 @@ export default ({ title, description, img, children }: HeaderOptions) => {
</
div
>
<
div
className
=
"flex flex-col md:flex-row md:items-center"
>
<
div
className
=
"cms-blog-text text-xl text-gray-800 md:flex-1"
className
=
"cms-blog-text text-xl text-gray-800
mt-5
md:flex-1"
dangerouslySetInnerHTML
=
{
{
__html
:
description
}
}
/>
</
div
>
Loading