Segmented buttons double border
Created by: IsaiahvH
Hello,
(Even in the Bootstrap example), the segmented buttons (right of the input field) seem to have a double border between them.
I looked around a bit, and this can be fixed easily by applying margin-right: -1px;
to the left button of the segmented buttons (which are right of the input field).
It's a small detail, but it does look better.