Skip to content

Commit

Permalink
Fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakith-Rambukkanage committed Jan 31, 2024
1 parent 415485e commit a76e8bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function KeyManagerConfiguration(props) {
if (keymanagerConnectorConfiguration.mask) {
return (
<FormControl variant='outlined' fullWidth>
<InputLabel>
<InputLabel sx={{ bgcolor: 'white' }}>
{keymanagerConnectorConfiguration.label}
{keymanagerConnectorConfiguration.required && (<StyledSpan>*</StyledSpan>)}
</InputLabel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ export default function KeyValidation(props) {
<FormControl
variant='outlined'
sx={{
width: 200,
width: 180,
mr: 2,
mt: 1,
paddingLeft: 1,
}}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function DeletePermission(props) {
?
</DialogTitle>
<DialogContent dividers>
<Box pl={5} mt={2} mb={2}>
<Box mt={2} mb={2} ml={1}>
Are you sure you want to delete scope assignments for
{' '}
<b>{role}</b>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const styles = {
unitTimeSelection: {
marginTop: 1,
marginLeft: 2,
minWidth: 120,
minWidth: 140,
},
};

Expand Down

0 comments on commit a76e8bb

Please sign in to comment.