post-feed.less 636 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. //
  2. // Post Feed
  3. // --------------------------------------------------
  4. .post-feed .post-side {
  5. .media-heading {
  6. margin: 0px;
  7. font-size: @font-size-base;
  8. }
  9. .user-title {
  10. margin: 0px;
  11. font-size: @font-size-small;
  12. }
  13. }
  14. .post-feed .post-side .btn {
  15. display: inline-block;
  16. }
  17. .post-feed .post-side img {
  18. margin-top: 0px;
  19. width: 36px;
  20. height: 36px;
  21. }
  22. .post-feed .post-heading {
  23. height: auto;
  24. margin: @line-height-computed / 2 0px;
  25. }
  26. .post-feed .post-heading .btn {
  27. margin-right: @padding-large-horizontal;
  28. max-width: 100%;
  29. text-align: left;
  30. white-space: normal;
  31. word-wrap: break-word;
  32. }