Reports: overflow fix for status content

This commit is contained in:
Alex Gleason 2021-01-18 15:37:08 -06:00
parent 926335b268
commit 361cdc662f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -187,6 +187,10 @@
}
}
&__status-content {
overflow: hidden;
}
&__status {
display: flex;
border-bottom: 1px solid var(--accent-color--med);