Skip to content

Commit

Permalink
✨ fix data catalog facet list margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Sep 12, 2024
1 parent 3669a12 commit c5a4896
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/DataCatalog/DataCatalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@

.data-catalog-refinement-list__list-item {
display: inline;
margin: 0 4px;
margin: 0;
margin-right: 4px;
button {
cursor: pointer;
font-weight: bold;
Expand Down Expand Up @@ -483,6 +484,7 @@
display: inline-block;
pointer-events: none;
margin: 0;
margin-right: 4px;
color: $blue-30;
&::after {
content: "";
Expand Down

0 comments on commit c5a4896

Please sign in to comment.