Skip to content

Commit 07cf4d1

Browse files
committed
Fix: Styles of the last column (close styleguidist#481)
1 parent 262d5f0 commit 07cf4d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rsg-components/Table/TableRenderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ export const styles = ({ space, color, fontFamily, fontSize }) => ({
2828
fontFamily: fontFamily.base,
2929
fontSize: fontSize.small,
3030
'&:last-child': {
31+
isolate: false,
3132
width: '99%',
3233
paddingRight: 0,
3334
},
3435
'& p:last-child': {
36+
isolate: false,
3537
marginBottom: 0,
3638
},
3739
},

0 commit comments

Comments
 (0)