Skip to content

Commit

Permalink
Hide overflow in answers
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 3, 2021
1 parent 1c0952a commit 54e3571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@

&.active {
background-color: @primaryColor;

&:hover {
background-color: @primaryColor;
}
}

&:hover {
background-color: #ccc;
}
Expand Down Expand Up @@ -58,6 +60,8 @@
}

.answer__primary {
overflow: hidden;

a {
font-weight: bold;
}
Expand Down

0 comments on commit 54e3571

Please sign in to comment.