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 { ...@@ -60,8 +60,8 @@ export default {
{ {
key: 'eventCount', key: 'eventCount',
label: s__('AlertManagement|Events'), label: s__('AlertManagement|Events'),
thClass: 'text-right event-count', thClass: 'text-right gl-pr-9',
tdClass: `${tdClass} text-md-right event-count`, tdClass: `${tdClass} text-md-right`,
}, },
{ {
key: 'status', key: 'status',
......
...@@ -30,10 +30,6 @@ ...@@ -30,10 +30,6 @@
th { th {
@include gl-p-5; @include gl-p-5;
border: 0; // Remove cell border styling so that we can set border styling per row border: 0; // Remove cell border styling so that we can set border styling per row
&.event-count {
@include gl-pr-9;
}
} }
th { 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