diff --git a/res/css/_content.sass b/res/css/_content.sass
index ab86e22dba9f9f546da31c8d4ed8d309cff52163..93b6bfe4f4c54cf0780b7852103cce34ebf2039c 100644
--- a/res/css/_content.sass
+++ b/res/css/_content.sass
@@ -218,16 +218,13 @@
 
         .message
           display: flex
-          line-height: 24px
+          line-height: 20px
           padding: 12px 24px
           border-bottom: 1px solid #e5e5e5
           color: #212121
           background: #fff
           position: relative
 
-          @media(max-width: 800px)
-            line-height: 1rem
-
           > .more
             height: 56px
             width: 56px
diff --git a/res/css/search.css b/res/css/search.css
index ae2a5194af95816ee4f43f2eb2c6c1a4fe3a01da..03156aadbd698abc4c16603ab493bfba5096c588 100644
--- a/res/css/search.css
+++ b/res/css/search.css
@@ -1092,15 +1092,12 @@ body {
           display: none; }
         .results .buffer .container .context .message {
           display: flex;
-          line-height: 24px;
+          line-height: 20px;
           padding: 12px 24px;
           border-bottom: 1px solid #e5e5e5;
           color: #212121;
           background: #fff;
           position: relative; }
-          @media (max-width: 800px) {
-            .results .buffer .container .context .message {
-              line-height: 1rem; } }
           .results .buffer .container .context .message > .more {
             height: 56px;
             width: 56px;