diff --git a/src/components/molecules/Table/index.module.scss b/src/components/molecules/Table/index.module.scss index 000746b..5fbbfb3 100644 --- a/src/components/molecules/Table/index.module.scss +++ b/src/components/molecules/Table/index.module.scss @@ -4,6 +4,10 @@ @include mobile { gap: 16px; + + > * { + width: 100%; + } } }