UI: Left-align report table headers since contents are left-aligned

This commit is contained in:
Mike Salvatore 2021-07-14 14:55:48 -04:00
parent 7ae46339e0
commit f804d6cf5b
2 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,10 @@
color: $monkey-yellow;
}
.attack-report .ReactTable .rt-resizable-header-content {
text-align: center;
}
.attack-link{
padding: 0 7px 3px 7px !important;
}

View File

@ -98,3 +98,7 @@ span.cross-segment-service {
.zero-logon-overview-pass-restore-failed svg {
margin: 0 10px 0 0;
}
.rt-resizable-header {
text-align: left;
}