.notes-body{ .notes-section{ @include pad(10px); background: $modal_section_color; border:solid 1px orange; } .notes-stage{ display: table; margin-top: 10px; } .modal-actions{ display: table; margin-top:20px; } .leadNotes-wrapper{ margin-top: 10px; display: table; li{ display: table; width: 600px; margin: 10px 0; } .leadNote-datepicker{ width: 100px; float: left; } .leadNote-content{ width:420px; margin-left:10px; float: left; } .leadNote-actions{ float: left; width: 60px; margin-left: 10px; } } }