Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MF-634: Follow-up fixes #11

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MF-634: Follow-up fixes
Fixes that should have been part of [MF-634](#10):

- Fix two invalid CSS rules.
- Delete unused stylesheet.
  • Loading branch information
denniskigen committed Jun 22, 2021
commit 012734d8887df6a8e7b8b881e65f1e0d9d4cd296

This file was deleted.

Original file line number Diff line number Diff line change
@@ -84,6 +84,6 @@

.emptySearchResultsTile {
text-align: center;
margin-top: '1rem';
padding: '3rem 0rem';
margin-top: 1rem;
padding: 3rem 0rem;
}