Skip to content

Commit db1ca5f

Browse files
author
jdv
committed
trying to fix style thing ?
1 parent ec46eb2 commit db1ca5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crowdsec-docs/unversioned/getting_started/healthcheck.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Let's check the specific metrics section:
6868
- The number of "Lines parsed" should be non-zero for each of the files you configured in the acquisition section.
6969
- The parsers metrics show you what parsers were successfully used. Look for the name of the parsers installed for the logs you're reading
7070

71-
<div style={{ backgroundColor: '#FFE5B4', padding: '0.5rem', borderRadius: '5px' }}>
71+
<div style={{ backgroundColor: '#FFE5B4', borderRadius: '5px' }}>
7272
🚨 If this command fails, check the [**CrowdSec Service Troubleshooting section**](#crowdsec_service_troubleshooting)
7373
</div>
74-
<div style={{ backgroundColor: '#FFE5B4', padding: '0.5rem', borderRadius: '5px' }}>
74+
<div style={{ backgroundColor: '#FFE5B4', borderRadius: '5px' }}>
7575
🚨 If you don't see the log names supposed to be parsed, check the [**Acquisition Troubleshooting section**](#acquisition_troubleshooting)
7676
</div>
77-
<div style={{ backgroundColor: '#FFE5B4', padding: '0.5rem', borderRadius: '5px' }}>
77+
<div style={{ backgroundColor: '#FFE5B4', borderRadius: '5px' }}>
7878
🚨 If you don't see parsed lines, check the [**Collection Troubleshooting section****](#collection_troubleshooting)
7979
</div>
8080

0 commit comments

Comments
 (0)