Merge pull request #43624 from Community-Programmer/main

Fix Kubeadm install layout break for mobile device
pull/43674/head
Kubernetes Prow Robot 2023-10-24 12:52:34 +02:00 committed by GitHub
commit b6af78d079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -902,9 +902,16 @@ section#cncf {
margin: 0;
}
//Table Content
.tab-content table{
border-collapse: separate;
border-spacing: 6px;
}
.tab-pane {
border-radius: 0.25rem;
padding: 0 16px 16px;
overflow: auto;
border: 1px solid #dee2e6;
&:first-of-type.active {