Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Commit f6d9a99

Browse files
committed
fixes layout issue in sidebar
1 parent 6970d1a commit f6d9a99

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

ui/dashboard/widgets/widget-wrapper.reel/_widget-wrapper.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
cursor: grab;
77
}
88

9-
@nest .Sideboard & {
10-
margin-left: 0;
11-
margin-right: 0;
12-
margin-top: 0;
13-
width: 100%;
14-
max-width: 100%;
15-
}
169

1710
&.isDragging {
1811
opacity: .75;
@@ -42,7 +35,11 @@
4235
}
4336

4437
@nest .Sideboard & {
38+
margin-left: 0;
39+
margin-right: 0;
40+
margin-top: 0;
4541
width: 100%;
42+
max-width: 100%;
4643
}
4744
}
4845

ui/dashboard/widgets/widget-wrapper.reel/widget-wrapper.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)