فهرست منبع

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

jalbr74 6 سال پیش
والد
کامیت
489eddc56c
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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;
     font-family: monospace;
     white-space: pre;
     white-space: pre;
 }
 }
+
+.title-short {
+    display: none;
+}