Fix Kubeadm install layout break for mobile device

pull/43624/head
Sarthak Patel 2023-10-21 13:07:31 +05:30
parent adeaea213c
commit a542d9d8c6
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 {