Skip to content

Commit 86cfbb8

Browse files
Sean-Ohdurran
authored andcommitted
Add space, more fluid dropshadow (#1331)
1 parent bf13591 commit 86cfbb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/styles/zero-state.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
&-body {
2121
.btn:first-child {
22-
box-shadow: 0 15px 25px 0 rgba(0,0,0,0.15),
22+
box-shadow: 0 15px 35px 0 rgba(0,0,0,0.1),
2323
inset 0 -2px 0 0 #4D7A2D;
2424
}
2525
.btn:nth-child(2) {

src/internal-plugins/schema/lib/component/schema.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ERROR_WARNING = 'An error occurred during schema analysis';
2323
const HEADER = 'Explore your schema';
2424

2525
const SUBTEXT = 'Quickly visualize your schema to understand the frequency, types and ranges of'
26-
+ ' fields in your data set.';
26+
+ '\xa0fields in your data set.';
2727

2828
const DOCUMENTATION_LINK = 'https://docs.mongodb.com/compass/master/schema/';
2929

0 commit comments

Comments
 (0)