Skip to content

Commit

Permalink
[Enterprise Search] Fix configured sources cards (elastic#148646)
Browse files Browse the repository at this point in the history
## Summary

This fixes the look of the configured sources cards, which was broken by
an unrelated EUI change.

Before fix:

![image](https://user-images.githubusercontent.com/94373878/211583041-a4dcf94d-c67a-4556-a038-ca223e4111c8.png)

After fix:
<img width="1005" alt="Screenshot 2023-01-10 at 15 47 33"
src="https://user-images.githubusercontent.com/94373878/211583089-ab8cf11e-932d-475f-a928-17b44ca0b0aa.png">

Originally in 8.6:
<img width="1277" alt="Screenshot 2023-01-10 at 15 47 19"
src="https://user-images.githubusercontent.com/94373878/211583158-2236f72d-1ab4-4415-a7ea-e21bc1e274e7.png">
  • Loading branch information
sphilipse authored and jennypavlova committed Jan 13, 2023
1 parent 89d02b4 commit f6b52e8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,3 @@
background: transparent;
}
}

@media (min-width: 768px) {
.organizational-content-source-item {
max-width: calc(33.3% - #{$euiSize});
}
}

0 comments on commit f6b52e8

Please sign in to comment.