static/style.css (view raw)
1form { 2 width: 400px; 3} 4 5label { 6 display: flex; 7 flex-direction: row; 8 justify-content: flex-end; 9} 10 11label > input { 12 flex: 0 0 200px; 13 margin-left: 20px; 14} 15 16input[type=checkbox] { 17 flex: unset; 18} 19