Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
design-system-lib
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
julkiset-sivut
design-system-lib
Commits
76d6e8cd
Commit
76d6e8cd
authored
4 years ago
by
shamalainen
Browse files
Options
Downloads
Patches
Plain Diff
Update line width and paragraph text top spacing
parent
f7d16ce2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/heading/heading.scss
+1
-1
1 addition, 1 deletion
src/components/heading/heading.scss
src/components/paragraph-text/paragraph-text.scss
+5
-0
5 additions, 0 deletions
src/components/paragraph-text/paragraph-text.scss
with
6 additions
and
1 deletion
src/components/heading/heading.scss
+
1
−
1
View file @
76d6e8cd
...
...
@@ -78,7 +78,7 @@
&
:after
{
background-color
:
transparent
;
border-bottom
:
3
px
solid
var
(
--
grayscale-dark
);
border-bottom
:
6
px
solid
var
(
--
grayscale-dark
);
content
:
' '
;
display
:
flex
;
height
:
2px
;
...
...
This diff is collapsed.
Click to expand it.
src/components/paragraph-text/paragraph-text.scss
+
5
−
0
View file @
76d6e8cd
...
...
@@ -66,4 +66,9 @@
margin-top
:
0
;
padding-top
:
0
;
}
// When hy-paragraph-text is the first child it will not add spacing to top. Will fix heading + text spacing issue.
&
:first-child
{
margin-top
:
0
!
important
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment