Skip to content

Commit

Permalink
IBX-5717: Content type filter values in UDW have minor CSS issues (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored May 17, 2023
1 parent ced40e7 commit 2ed6791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@
&__collapsible-list-item {
padding: calculateRem(6px) 0;

.form-check {
padding: 0;
}

.ibexa-input--checkbox {
margin-right: calculateRem(8px);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const ContentTypeSelector = () => {

return (
<li key={contentType.identifier} className="c-filters__collapsible-list-item">
<div className="form-check">
<div className="form-check form-check-inline">
<input
type="checkbox"
id={`ibexa-search-content-type-${contentType.identifier}`}
className="ibexa-input ibexa-input--checkbox"
className="ibexa-input ibexa-input--checkbox form-check-input"
value={contentType.identifier}
data-content-type-identifier={contentType.identifier}
onChange={handleContentTypeSelect}
Expand Down

0 comments on commit 2ed6791

Please sign in to comment.