Fix title escaping in html and rST mode
[grauphel.git] / grauphel.css
index 0cddce6fe6b165daa868e30f906ecbb26160c919..14eafb0d57e3917d9a52f972b96f21848a379687 100644 (file)
@@ -144,6 +144,10 @@ table.table td {
     background-position: 8px center;
     background-repeat: no-repeat;
 }
+#headerTitle {
+    /* let it take all available space */
+    width: 9999px;
+}
 
 a.action.delete, table.table form button.action.delete {
     position: absolute;