navigation css fix (#750)

* navigation css fix

* linting error fix
This commit is contained in:
Yulia Shanyrova 2022-11-01 15:31:13 +01:00 committed by GitHub
parent 035584f17e
commit 416951b369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -12,7 +12,7 @@
width: 725px;
}
ul {
.features-list > ul {
margin: 20px 30px;
}

View file

@ -102,11 +102,13 @@ class TelegramSettings extends Component<TelegramProps, TelegramState> {
</Block>
<Text>
<Text.Title level={4}>Features</Text.Title>
<ul>
<li>perform actions (acknowledge, resolve, silence)</li>
<li>discuss alerts in comments</li>
<li>notifications to users accounts will be served as links to the main channel</li>
</ul>
<div className={cx('features-list')}>
<ul>
<li>perform actions (acknowledge, resolve, silence)</li>
<li>discuss alerts in comments</li>
<li>notifications to users accounts will be served as links to the main channel</li>
</ul>
</div>
Make sure your team connects Telegram in their OnCall user profiles too or they cannot manage alert groups.
</Text>
<HorizontalGroup>