This is a Bug Report
Problem:
Broken layout for tabs on "Container runtimes" page as below.

Proposed Solution:
TBD
Page to Update:
https://kubernetes.io/ko/docs/setup/production-environment/container-runtimes/
/language ko
/retitle Broken layout for tabs on "Container runtimes" page in Korean
This problem is due to incorrect tab code.
We should fix this like the below: (Line 71, 125, 126, 180)
{{< tabs name="tab-cri-docker-installation" >}}
{{< tab name="Ubuntu 16.04+" >}}
to
{{< tabs name="tab-cri-docker-installation" >}}
{{% tab name="Ubuntu 16.04+" %}}
/good-first-issue
@gochist:
This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.
In response to this:
/good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Hey folks, I'm happy to help you with this
/assign