Minor tweaks to Tag component (#1866)

# What this PR does

Minor UI Tweaks after releasing the grouping&templating changes
This commit is contained in:
Rares Mardare 2023-05-04 13:42:35 +03:00 committed by GitHub
parent 0a02b21886
commit 02712e9b10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
.root {
border-radius: 2px;
line-height: 100%;
padding: 4px 7px;
padding: 5px 8px;
color: white;
}

View file

@ -158,7 +158,7 @@
.status-tag {
height: 24px;
padding: 0 8px;
padding: 5px 8px;
border-radius: 2px;
}
.paged-users {

View file

@ -268,7 +268,7 @@ class IncidentPage extends React.Component<IncidentPageProps, IncidentPageState>
const integrationNameWithEmojies = <Emoji text={incident.alert_receive_channel.verbal_name} />;
return (
<Block withBackground className={cx('block')}>
<Block className={cx('block')}>
<VerticalGroup>
<HorizontalGroup justify="space-between">
<HorizontalGroup className={cx('title')}>

View file

@ -1,5 +1,5 @@
.incident__tag {
padding: 3px 12px;
padding: 5px 8px;
display: inline-flex;
align-items: center;
cursor: pointer;