Skip to content

Commit 1ff47f9

Browse files
committed
Updating example
1 parent bf0f384 commit 1ff47f9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

example/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@
1212
margin: 0 50px;
1313
}
1414

15+
.react-draggable strong {
16+
background: #ddd;
17+
border: 1px solid #999;
18+
border-radius: 3px;
19+
display: block;
20+
margin-bottom: 10px;;
21+
padding: 3px 5px;
22+
}
23+
1524
.box {
1625
background: #fff;
17-
border: 1px solid #333;
26+
border: 1px solid #999;
27+
border-radius: 3px;;
1828
display: inline-block;
1929
width: 150px;
2030
height: 150px;

0 commit comments

Comments
 (0)