Skip to content

Commit 7d90ef8

Browse files
committed
padding increase on crumbs x
1 parent bb87b08 commit 7d90ef8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

front/src/containers/AggDropDown/CustomDrop.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ const SelectBoxBox = styled.div`
194194
.select-box--crumbs{
195195
display:flex;
196196
flex-wrap: wrap;
197-
197+
.crumb-icon{
198+
padding-left:3px;
199+
}
198200
.crumb-icon:hover {
199201
cursor: pointer;
200202
-webkit-text-stroke: 0.5px #333;

0 commit comments

Comments
 (0)