Skip to content
Snippets Groups Projects
Commit cb303a36 authored by rhenck's avatar rhenck
Browse files

DropList: Fix list item display

Stretch across the whole line.
parent bfe79b69
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
}
.drop-list-item {
flex: 1;
border-radius: 5px;
cursor: grab;
transition: all .3s linear;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment