div.paragraph { background: white; box-sizing: border-box; border: 1px solid #386ede; border-radius: 3px; max-width: 100%; padding: 5px 15px; margin-bottom: 1rem; h4 { margin-top: 5px; border-bottom: none; } } .sortable { span.handle { cursor: move; display: inline-block; padding: 0.5ex; text-align: center; width: 2em; height: 100%; box-sizing: border-box; font-weight: normal; } } ul.objects-list.sortable { li { position: relative; & > a { display: inline-block; } } }