forked from p15670423/monkey
UI: Left-align report table headers since contents are left-aligned
This commit is contained in:
parent
7ae46339e0
commit
f804d6cf5b
|
@ -39,6 +39,10 @@
|
||||||
color: $monkey-yellow;
|
color: $monkey-yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attack-report .ReactTable .rt-resizable-header-content {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.attack-link{
|
.attack-link{
|
||||||
padding: 0 7px 3px 7px !important;
|
padding: 0 7px 3px 7px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,3 +98,7 @@ span.cross-segment-service {
|
||||||
.zero-logon-overview-pass-restore-failed svg {
|
.zero-logon-overview-pass-restore-failed svg {
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rt-resizable-header {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue