File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const roleCss = (isDatawrapperGraphic: boolean) => {
24
24
25
25
supporting : css `
26
26
clear : left;
27
- margin-top : ${ space [ 3 ] } px;
28
- margin-bottom : ${ isDatawrapperGraphic ? space [ 5 ] : space [ 3 ] } px;
27
+ margin-top : ${ space [ isDatawrapperGraphic ? 8 : 3 ] } px;
28
+ margin-bottom : ${ space [ isDatawrapperGraphic ? 8 : 3 ] } px;
29
29
${ isDatawrapperGraphic
30
30
? `border-bottom: 1px solid ${ themePalette (
31
31
'--branding-border' ,
@@ -41,6 +41,7 @@ const roleCss = (isDatawrapperGraphic: boolean) => {
41
41
margin-right : 20px ;
42
42
line-height : 0 ;
43
43
margin-top : ${ space [ 2 ] } px;
44
+ ${ isDatawrapperGraphic ? `margin-bottom: ${ space [ 5 ] } px;` : '' }
44
45
}
45
46
${ from . leftCol } {
46
47
margin-left : -160px ;
You can’t perform that action at this time.
0 commit comments