We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf559 commit 6656410Copy full SHA for 6656410
app/assets/stylesheets/application/topic-post.css.scss
@@ -438,14 +438,18 @@
438
.embedded-posts {
439
background-color: #e9e6e6;
440
441
+ .row:nth-of-type(1) {
442
+ padding-top:10px;
443
+ }
444
+
445
.topic-meta-data-inside {
446
margin: 3px -8px 3px 20px;
447
}
448
449
div.reply {
450
border-left: 1px solid #ddd;
451
border-right: 1px solid #ddd;
- padding: 10px;
452
+ padding: 0 10px 10px 10px;
453
margin: 0;
454
background-clip: padding-box;
455
.topic-meta-data {
0 commit comments