Skip to content

Commit

Permalink
Merge pull request #2664 from google/enhancement/2663-alltraffic-layout
Browse files Browse the repository at this point in the history
Render All Traffic widget in single-column layout on tablet viewport sizes
  • Loading branch information
aaemnnosttv committed Jan 21, 2021
2 parents 9e015f8 + 4aaf6e8 commit 6e2aa51
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ function DashboardAllTrafficWidget() {
<Cell
className="googlesitekit-widget--analyticsAllTrafficV2__totals"
lgSize={ 7 }
mdSize={ 4 }
smSize={ 4 }
mdSize={ 8 }
>
<TotalUserCount
dimensionName={ dimensionName }
Expand All @@ -105,8 +104,7 @@ function DashboardAllTrafficWidget() {
<Cell
className="googlesitekit-widget--analyticsAllTrafficV2__dimensions"
lgSize={ 5 }
mdSize={ 4 }
smSize={ 4 }
mdSize={ 8 }
>
<DimensionTabs
dimensionName={ dimensionName }
Expand Down

0 comments on commit 6e2aa51

Please sign in to comment.