We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9252f + 326a046 commit 969f362Copy full SHA for 969f362
docs/style.css
@@ -10,12 +10,28 @@
10
}
11
12
13
-#feature-support-matrix-wrapper {
14
- overflow-x: auto;
+#feature-support-matrix-wrapper table {
+ width: 100%;
15
+ table-layout: fixed;
16
+ font-size: 0.75rem;
17
18
-#feature-support-matrix-wrapper table {
- min-width: 800px;
19
+#feature-support-matrix-wrapper td,
20
+#feature-support-matrix-wrapper th {
21
+ padding: 0.25rem;
22
+ text-align: center;
23
+}
24
+
25
+/* Left align Client column */
26
+#feature-support-matrix-wrapper td:first-child,
27
+#feature-support-matrix-wrapper th:first-child {
28
+ text-align: left;
29
30
31
+/* Wrap text in Notes column */
32
+#feature-support-matrix-wrapper td:last-child {
33
34
+ white-space: normal;
35
36
37
0 commit comments