Browse Source

Make sure the info icon doesn't get cut off.

JC Brand 12 năm trước cách đây
mục cha
commit
527c96afd1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      converse.css

+ 1 - 0
converse.css

@@ -552,6 +552,7 @@ p.room-info {
 a.room-info {
     background: url('images/information.png') no-repeat right top;
     width: 22px;
+    height: 22px;
     float: right;
     display: none;
     clear: right;