From 202da2a67cb1081ec26b1fa283cecdef26ab6ff7 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Tue, 15 Oct 2019 15:47:24 +0300 Subject: [PATCH] remove unused css --- webapp/components/Comment/Comment.vue | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/webapp/components/Comment/Comment.vue b/webapp/components/Comment/Comment.vue index a923f65ec..a8b1576b9 100644 --- a/webapp/components/Comment/Comment.vue +++ b/webapp/components/Comment/Comment.vue @@ -187,27 +187,12 @@ export default { cursor: pointer; } -.float-right { - float: right; -} - .comment-content { padding-left: 40px; } -.text-align-left { - text-align: left; -} - -div.show-more-or-less-div { - text-align: right; - margin-right: 20px; -} - -span.show-more-or-less { - display: block; - margin: 0px 20px; - cursor: pointer; +.float-right { + float: right; } @keyframes highlight {