- fix: width to 100%
flex: 1; // get all space order: 1;
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
background-color: rgb(250, 250, 250);
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
.drag {
|
||||
background-color: green;
|
||||
//background-color: green;
|
||||
}
|
||||
|
||||
.dragArea {
|
||||
|
||||
Reference in New Issue
Block a user