fix: user management css

fix: get production hostname to create links
This commit is contained in:
Sérgio Salgado 2021-11-19 19:41:57 +00:00
parent d138b26903
commit 5892d3b3c0
3 changed files with 48 additions and 47 deletions

View file

@ -50,13 +50,11 @@ const styles = {
chip: {
backgroundColor: subheaderColor,
fontFamily: fontPrimary,
marginLeft: 15,
marginTop: -5
marginLeft: 10
},
actionChip: {
backgroundColor: subheaderColor,
marginRight: 15,
marginTop: -5
marginRight: 15
},
info: {
fontFamily: fontSecondary,
@ -105,6 +103,21 @@ const styles = {
height: '100%',
overflow: 'hidden',
position: 'relative'
},
loginWrapper: {
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'space-between'
},
username: {
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
width: '100%'
},
roleSwitch: {
marginLeft: 15
}
}