mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
UX: post-notice max width on desktop
This commit is contained in:
parent
2434e48d4d
commit
7ff994b6ea
@ -871,6 +871,9 @@ a.mention-group {
|
||||
color: $primary;
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
max-width: calc(
|
||||
#{$topic-body-width} + #{$topic-avatar-width} - #{$topic-body-width-padding} + 3px
|
||||
);
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user