UX: made "Dismiss New" button clickable by replacing `float` method. (#17288)

Since we removed the `row:after { clear: both }` CSS we no longer use `float` style here. Instead, we should use `flex` style to align the button in right side.
This commit is contained in:
Vinoth Kannan 2022-07-01 09:12:16 +05:30 committed by GitHub
parent 199d58461b
commit af3262d70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -176,10 +176,9 @@
}
}
button.dismiss-read {
float: right;
margin-bottom: 5px;
margin-left: 10px;
.dismiss-container-top {
display: flex;
justify-content: flex-end;
}
.category-breadcrumb {