Skip to content

Commit

Permalink
feat: extend severity column in configuration audit checks list (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Apr 1, 2022
1 parent 837d88d commit 11f620c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configauditreports/checks-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
&.severity {
text-align: center;
flex-grow: 0.1;
flex-grow: 0.15;
}
&.messages {
text-align: left;
flex-grow: 0.65;
flex-grow: 0.6;
}

&.status {
Expand Down

0 comments on commit 11f620c

Please sign in to comment.