mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
UX: align topic notification button + text vertically (#24948)
This commit is contained in:
parent
46efe4f96a
commit
1f9e6425c6
@ -237,9 +237,13 @@ a.reply-to-tab {
|
||||
align-items: center;
|
||||
|
||||
.reason {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
.select-kit {
|
||||
max-width: 40%;
|
||||
|
||||
.text {
|
||||
margin-left: 0;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
}
|
||||
@include breakpoint(mobile-medium) {
|
||||
|
Loading…
Reference in New Issue
Block a user