Explorar o código

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

jalbr74 %!s(int64=6) %!d(string=hai) anos
pai
achega
489eddc56c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
+}