File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
src/stilling/stilling/forhåndsvisning/om-bedriften Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- .beskrivelse {
1
+ .adText : global (ul ) {
2
+ list-style-type : disc;
3
+ padding-left : 1.5rem ;
2
4
margin-top : 1rem ;
5
+ margin-bottom : 1rem ;
3
6
}
4
7
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 ;
7
14
}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const OmBedriften = ({ stilling }: Props) => {
114
114
) }
115
115
</ dl >
116
116
{ properties . employerdescription && (
117
- < div className = { css . beskrivelse } > { parse ( properties . employerdescription || '' ) } </ div >
117
+ < div className = { css . adText } > { parse ( properties . employerdescription || '' ) } </ div >
118
118
) }
119
119
</ Panel >
120
120
) ;
You can’t perform that action at this time.
0 commit comments