JC Brand vor 8 Jahren
Ursprung
Commit
acf3329ac2
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 2
      css/converse.css
  2. 0 1
      sass/_chatbox.scss

+ 1 - 2
css/converse.css

@@ -1313,8 +1313,7 @@
     line-height: 15px;
     line-height: 15px;
     display: block;
     display: block;
     text-overflow: ellipsis;
     text-overflow: ellipsis;
-    overflow: hidden;
-    height: 2em; }
+    overflow: hidden; }
     #conversejs .chatbox .chat-title a {
     #conversejs .chatbox .chat-title a {
       color: white;
       color: white;
       width: 100%; }
       width: 100%; }

+ 0 - 1
sass/_chatbox.scss

@@ -115,7 +115,6 @@
             display: block;
             display: block;
             text-overflow: ellipsis;
             text-overflow: ellipsis;
             overflow: hidden;
             overflow: hidden;
-            height: 2em;
             a {
             a {
                 color: $chat-head-text-color;
                 color: $chat-head-text-color;
                 width: 100%;
                 width: 100%;