Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Aug 23, 2023
1 parent 73acf02 commit 2de57aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/osf-components/addon/components/search-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ body {
// prevent overriding popover styling
white-space: wrap;
text-align: initial;
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: -0.2rem;

a {
font-weight: bold;
Expand All @@ -222,11 +226,6 @@ body {
.enumeration {
float: left;
}

display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: -0.2rem;

h2 {
font-weight: 400;
Expand Down

0 comments on commit 2de57aa

Please sign in to comment.