模板:Chart/styles.css

於 2024年3月17日 (日) 15:26 由 imported>NoahLDW 所做的修訂 (NoahLDW已移動頁面模板:Tree chart/styles.css模板:Chart/styles.css,不留重新導向)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
/*.chart-container {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
}
*/
.chart-content {
	border-spacing: 0;
	border-collapse: separate;
}
@media all and (max-width:720px) {
	.chart-content .ahnentafel  {
		min-width:auto !important;
		width:100% !important;
	}
}