aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-01-19 09:12:55 +0000
committerGravatar Vitaly Takmazov2018-01-19 09:12:55 +0000
commit618d54360df8916c87f7276bcf71caceca6a47b3 (patch)
tree21fd2ba66f97f1e4bea28e8478f5263bc92ec8c3 /juick-www
parentc1d877c54d743b73c3a22d77b2a28514a22a2f5d (diff)
www: fix mobile comment width
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index eb01d458..a68fcc2d 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -481,7 +481,7 @@ article .tags > a,
width: auto;
}
.msg-cont {
- margin: 8px;
+ margin: 8px 0;
}
.msg-media {
overflow: auto;