FIX: Adjust styling of first notification (#13366)

* UX: Fix first notification layout
This commit is contained in:
Jordan Vidrine 2021-06-14 13:48:32 -05:00 committed by GitHub
parent e147b1c15a
commit 7d8483f698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -531,7 +531,7 @@ table {
.first-notification,
.read-later {
display: inline-block;
display: block;
margin-bottom: 36px;
}