1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
div.autofill-section { display: block; padding: 1em 0 0; } #profile-select-container { display: -webkit-box; } #profile-select-left-column { -webkit-box-flex: 1; } #profile-select-left-column select { width: 100%; }