Przeglądaj źródła

课程介绍样式优化

Bhikkhu-Kosalla 5 lat temu
rodzic
commit
1ce38efc69
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      app/pcdl/html_head.php

+ 7 - 0
app/pcdl/html_head.php

@@ -64,6 +64,13 @@ else{
     margin-left: auto;
     margin-right: auto;
 }
+.card li{
+	white-space: unset;
+}
+.card code{
+	white-space: unset;
+}
+
 
 	</style>
 </head>