Skip to content

Commit

Permalink
css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Jan 19, 2024
1 parent 0d07abc commit 37d0c45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blocks/look-ahead-list/look-ahead-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
align-items: center;
}

.section.look-ahead-list-container.community-directory-container .look-ahead-list {
margin-bottom: 15px;
}

.look-ahead-list-container > .default-content-wrapper {
text-align: center;
}
Expand All @@ -32,6 +28,10 @@
width: 100%;
}

.section.look-ahead-list-container.community-directory-container .look-ahead-list {
margin-bottom: 15px;
}

.look-ahead-list input {
width: 97%;
padding: 5px 0 5px 20px;
Expand Down

0 comments on commit 37d0c45

Please sign in to comment.