Skip to content

Commit d1db46a

Browse files
committed
css for om bedriften
1 parent baabeb0 commit d1db46a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
.beskrivelse {
1+
.adText :global(ul) {
2+
list-style-type: disc;
3+
padding-left: 1.5rem;
24
margin-top: 1rem;
5+
margin-bottom: 1rem;
36
}
47

5-
.beskrivelse p:last-child {
6-
margin-bottom: 0;
8+
.adText :global(li) {
9+
margin-bottom: 0.5rem;
10+
}
11+
12+
.adText :global(li p) {
13+
margin: 0;
714
}

src/stilling/stilling/forhåndsvisning/om-bedriften/OmBedriften.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const OmBedriften = ({ stilling }: Props) => {
114114
)}
115115
</dl>
116116
{properties.employerdescription && (
117-
<div className={css.beskrivelse}>{parse(properties.employerdescription || '')}</div>
117+
<div className={css.adText}>{parse(properties.employerdescription || '')}</div>
118118
)}
119119
</Panel>
120120
);

0 commit comments

Comments
 (0)