Reports: overflow fix for status content
This commit is contained in:
parent
926335b268
commit
361cdc662f
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__status-content {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
&__status {
|
&__status {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-bottom: 1px solid var(--accent-color--med);
|
border-bottom: 1px solid var(--accent-color--med);
|
||||||
|
|
Loading…
Reference in a new issue