Commit f55c7c11 authored by Illya Klymov's avatar Illya Klymov

Merge branch 'remove-audit-log-table-overrides' into 'master'

Remove overriding CSS styles on Admin Audit Logs table

See merge request gitlab-org/gitlab!31334
parents 4a04bb81 a3894c91
// TODO: Remove this once https://gitlab.com/gitlab-org/gitlab/-/issues/213324 is resolved
.audit-log-table .gl-table {
th {
font-weight: 600;
line-height: 1rem;
}
th,
td {
@include gl-text-gray-700;
}
.audit-log-table .gl-table th {
@include gl-line-height-normal;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment