Skip to content

Commit b6af78d

Browse files
authored
Merge pull request #43624 from Community-Programmer/main
Fix Kubeadm install layout break for mobile device
2 parents 189cdb3 + a542d9d commit b6af78d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/scss/_base.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,16 @@ section#cncf {
902902
margin: 0;
903903
}
904904

905+
//Table Content
906+
.tab-content table{
907+
border-collapse: separate;
908+
border-spacing: 6px;
909+
}
910+
905911
.tab-pane {
906912
border-radius: 0.25rem;
907913
padding: 0 16px 16px;
914+
overflow: auto;
908915

909916
border: 1px solid #dee2e6;
910917
&:first-of-type.active {

0 commit comments

Comments
 (0)