- fix: width to 100%

flex: 1;  // get all space
  order: 1;
This commit is contained in:
Paolo Arena
2019-01-28 13:31:41 +01:00
parent 3f678e28a6
commit d8f0ead522
7 changed files with 124 additions and 69 deletions

View File

@@ -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 {