Skip to content

Commit

Permalink
add communities search styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher authored and bstopp committed Mar 6, 2024
1 parent 43a0f0b commit 68a6e36
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion blocks/look-ahead-list/look-ahead-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,17 @@
.section.look-ahead-list-container {
width: 36%;
}
}

.section.look-ahead-list-container.community-directory-container .look-ahead-list {
max-width: 228px;
}

.section.look-ahead-list-container.community-directory-container {
width: 100%;
}

.section .look-ahead-list-wrapper {
text-align: left;
padding-left: 10px;
}
}

0 comments on commit 68a6e36

Please sign in to comment.