Skip to content

Instantly share code, notes, and snippets.

@r-k-b
Created July 20, 2017 23:15
Show Gist options
  • Select an option

  • Save r-k-b/65e51c6678a7a374148d7a7041ffde2a to your computer and use it in GitHub Desktop.

Select an option

Save r-k-b/65e51c6678a7a374148d7a7041ffde2a to your computer and use it in GitHub Desktop.
Allow full-width "attachment groups" in Slack.
@-moz-document domain("*.slack.com") {
.attachment_group {
max-width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment