mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 {
|
.dismiss-container-top {
|
||||||
float: right;
|
display: flex;
|
||||||
margin-bottom: 5px;
|
justify-content: flex-end;
|
||||||
margin-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-breadcrumb {
|
.category-breadcrumb {
|
||||||
|
Loading…
Reference in New Issue
Block a user