mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
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:
parent
199d58461b
commit
af3262d70a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user