bug: Fixes irregular padding on agent selector in report page (#3593)

* bug: Fixes irregular padding on agent selector in report page

* code climate fixes
This commit is contained in:
Sivin Varghese
2021-12-16 13:20:35 +05:30
committed by GitHub
parent 93f384a3ec
commit e0c9687f5e
3 changed files with 10 additions and 5 deletions

View File

@@ -51,6 +51,10 @@
width: 100%;
}
p {
margin-bottom: 0;
}
&.multiselect__option--highlight {
background: var(--white);
color: var(--color-body);