Make drag&drop text wrap-able
This commit is contained in:
parent
3e4ecd6d6e
commit
5995e3f400
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#holder {
|
#holder {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
padding: 10px;
|
||||||
height: 275px;
|
height: 275px;
|
||||||
border: 1px solid #e0e5e6;
|
border: 1px solid #e0e5e6;
|
||||||
background-color: #f6f8f8;
|
background-color: #f6f8f8;
|
||||||
|
@ -84,7 +88,6 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 275px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue