mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
chore(ui): drop margin between annotations and labels
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
exports[`<Alert /> matches snapshot with showAlertmanagers=false showReceiver=false 1`] = `
|
||||
"
|
||||
<li class=\\"components-grid-alertgrid-alertgroup-alert list-group-item pl-1 pr-0 py-0 my-1 rounded-0 border-left-1 border-right-0 border-top-0 border-bottom-0 border-danger\\">
|
||||
<div class=\\"mb-1\\">
|
||||
<div>
|
||||
<div class=\\"mr-1 mb-1 p-1 bg-light cursor-pointer d-inline-block rounded components-grid-annotation\\">
|
||||
<svg aria-hidden=\\"true\\"
|
||||
data-prefix=\\"fas\\"
|
||||
|
||||
@@ -47,7 +47,7 @@ const Alert = observer(
|
||||
|
||||
return (
|
||||
<li className={classNames.join(" ")}>
|
||||
<div className="mb-1">
|
||||
<div>
|
||||
{alert.annotations.filter(a => a.isLink === false).map(a => (
|
||||
<RenderNonLinkAnnotation
|
||||
key={a.name}
|
||||
|
||||
Reference in New Issue
Block a user