9 lines
210 B
CSS
9 lines
210 B
CSS
|
/* This is a CSS overwrite on top of the existing component styles to accommodate the Learn layout */
|
||
|
.g-tabs {
|
||
|
& .g-grid-container,
|
||
|
& > .g-grid-container {
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
}
|