mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
feat(FE-364): Center align badge in PDF export styles
This commit is contained in:
@@ -147,7 +147,7 @@ const pdfStyles = StyleSheet.create({
|
|||||||
borderRadius: 2,
|
borderRadius: 2,
|
||||||
fontSize: 7,
|
fontSize: 7,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
alignSelf: 'flex-start',
|
alignSelf: 'center',
|
||||||
marginRight: 4,
|
marginRight: 4,
|
||||||
},
|
},
|
||||||
parameterBadge: {
|
parameterBadge: {
|
||||||
|
|||||||
Reference in New Issue
Block a user