Add formatting for tables (#1259)

* Add formatting for tables

* Remove min-width: 150px for first column
This commit is contained in:
Lucas Saintarbor
2024-05-06 09:48:56 -07:00
committed by GitHub
parent 9ea762eb4e
commit 84d4214bb2
+9
View File
@@ -65,6 +65,15 @@
@apply font-sans antialiased;
}
table td:nth-child(1) {
overflow-wrap: normal;
}
td {
width: auto;
overflow-wrap: anywhere; /* For browser compatibility */
}
.homepage a {
--ifm-link-hover-color: currentColor;
}