Skip to content

Commit

Permalink
Refs #136090 - Simplify the answer box colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 4, 2022
1 parent 99a0a5a commit 507ade4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.answers-list {
max-width: @search-result-max-width;
padding: 1em;
border: 1px solid @sf-light-gray2;
margin-bottom: 3em;
background-color: @sf-light-gray;
background-color: white;
clear: both;
// margin-top: 3em;

Expand Down

0 comments on commit 507ade4

Please sign in to comment.