diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 11:35:18 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 11:35:18 +0200 |
commit | 252ddcc1a43012f0984fc0ba7cdccae941ef67dc (patch) | |
tree | 5b41de4f164d0e4d0bcbbe86c96397a024f89e94 /apps/comments | |
parent | efd1cf57dad09829d8ba80d5ede7a70aa2701038 (diff) | |
download | nextcloud-server-252ddcc1a43012f0984fc0ba7cdccae941ef67dc.tar.gz nextcloud-server-252ddcc1a43012f0984fc0ba7cdccae941ef67dc.zip |
Fix edit comment layout
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/css/comments.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index fc5bd7e51cc..56e2428b86f 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -115,7 +115,7 @@ top: 5px; } -#commentsTabView .comments .message { +#commentsTabView .comments li .message { padding-left: 40px; } |