Commit 791bdade authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'alert-management-mobile-alignment' into 'master'

Alert management mobile alignment

See merge request gitlab-org/gitlab!32295
parents 8e742b18 28338ce0
......@@ -60,8 +60,8 @@ export default {
{
key: 'eventCount',
label: s__('AlertManagement|Events'),
thClass: 'text-right event-count',
tdClass: `${tdClass} text-md-right event-count`,
thClass: 'text-right gl-pr-9',
tdClass: `${tdClass} text-md-right`,
},
{
key: 'status',
......
......@@ -30,10 +30,6 @@
th {
@include gl-p-5;
border: 0; // Remove cell border styling so that we can set border styling per row
&.event-count {
@include gl-pr-9;
}
}
th {
......
---
title: Update alert management mobile table alignment
merge_request: 32295
author:
type: other
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