Skip to content

Instantly share code, notes, and snippets.

@warpling
Created October 3, 2014 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warpling/b3b8699a2e829c91ffdd to your computer and use it in GitHub Desktop.
Save warpling/b3b8699a2e829c91ffdd to your computer and use it in GitHub Desktop.
Stylebot CSS to make Loomio.org comments full-width
#content-comments {
width: 100%;
left: 0;
right: 0;
float: none;
}
#content-proposal {
width: 100%;
left: 0;
right: 0;
float: none;
}
.large-icon.decision-icon {
margin-left: 13px;
}
body.discussions.show #discussion-content-container .content-proposal-body {
margin-bottom: .25em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment