UX: post-notice max width on desktop

This commit is contained in:
Régis Hanol 2019-03-08 10:52:47 +01:00 committed by GitHub
parent 2434e48d4d
commit 7ff994b6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
app/assets/stylesheets/common/base

View File

@ -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;