guesstimate/src/components/tabs/style.module.css

8 lines
91 B
CSS

.tabs {
display: inherit;
}
.tabContent {
padding-top: 1em;
max-width: 100%;
}