_input-group.scss 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .ame-input-group { display: flex; flex-wrap: wrap; > :not(:first-child) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } > :not(:last-child) { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } }