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

8 lines
91 B
CSS
Raw Normal View History

2020-04-21 14:10:50 +02:00
.tabs {
display: inherit;
}
.tabContent {
padding-top: 1em;
max-width: 100%;
}