Skip to content

Commit 9ad4269

Browse files
committed
GitHub issue#1990 1.Removed extra space on right from project-grid in mobile view. 2.Removed extra space between the filter drop-down and the list.
1 parent 164d495 commit 9ad4269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/Grid/GridView.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
min-height: 0;
600600
min-width: 0;
601601
padding-bottom: 0;
602-
padding-right: 9 * $base-unit;
602+
padding-right: 0;
603603
}
604604

605605
.row:not(.header) .flex-item-title.item-customer {

src/projects/list/components/Projects/ProjectListNavHeader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
@media screen and (max-width: $screen-sm - 1px) {
19-
margin: 0 0 4 * $base-unit 0;
19+
margin: 0 0 $base-unit 0;
2020
}
2121

2222
.left-wrapper {

src/projects/list/components/Projects/ProjectsGridView.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $screen-one-column: 720px;
191191
font-size: 13px;
192192
align-items: center;
193193
margin-top: $base-unit;
194-
margin-right: 40px;
194+
margin-right: $base-unit;
195195

196196
> div {
197197
overflow: hidden;

0 commit comments

Comments
 (0)