Browse Source

Fixed a problem where the short title wasn't being hidden by default.

jalbr74 6 năm trước cách đây
mục cha
commit
489eddc56c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      webapp/src/main/webapp/public/resources/style.css

+ 4 - 0
webapp/src/main/webapp/public/resources/style.css

@@ -1738,3 +1738,7 @@ table.ias-table, table.ias-table td {
     font-family: monospace;
     white-space: pre;
 }
+
+.title-short {
+    display: none;
+}