Skip to content

Commit 96bd9a0

Browse files
Vega, ObedVega, Obed
authored andcommitted
fixed horizontal scrollbar
1 parent e994f18 commit 96bd9a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/components/DevelopersHomepage/GetStarted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function GetStarted() {
3535

3636

3737

38-
<div className={clsx('row', styles.row)}>
38+
<div className={clsx(styles.row2)}>
3939
<div className='col'>
4040
<TabBar className={clsx(styles.chipSet)}>
4141
<Tab label={translate({ message: 'developers.data-scientist' })}>

src/components/DevelopersHomepage/styles.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ a.col {
7272
margin: 0 -0.625rem;
7373
}
7474

75+
.row2 {
76+
margin: 0 0.375rem;
77+
}
7578
@media screen and (min-width: 768px) and (max-width: 1024px) {
7679
.container {
7780
padding: 0 2.5rem 0;

0 commit comments

Comments
 (0)