mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-24 13:48:21 +00:00
Add formatting for tables (#1259)
* Add formatting for tables * Remove min-width: 150px for first column
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user