소스 검색

Merge pull request #455 from pwm-project/title-fix

Fixed a problem where the short title wasn't being hidden by default.
James Albright 6 년 전
부모
커밋
16793c6b60
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;
     white-space: pre;
 }
+
+#header-title > .title-short {
+    display: none;
+}