1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- //
- // Post Feed
- // --------------------------------------------------
- .post-feed .post-side {
- .media-heading {
- margin: 0px;
- font-size: @font-size-base;
- }
- .user-title {
- margin: 0px;
- font-size: @font-size-small;
- }
- }
- .post-feed .post-side .btn {
- display: inline-block;
- }
- .post-feed .post-side img {
- margin-top: 0px;
- width: 36px;
- height: 36px;
- }
- .post-feed .post-heading {
- height: auto;
- margin: @line-height-computed / 2 0px;
- }
- .post-feed .post-heading .btn {
- margin-right: @padding-large-horizontal;
- max-width: 100%;
- text-align: left;
- white-space: normal;
- word-wrap: break-word;
- }
|