6 lines
115 B
SCSS
6 lines
115 B
SCSS
.input-group-prepend,
|
|
.input-group-append {
|
|
white-space: nowrap;
|
|
vertical-align: middle; // Match the inputs
|
|
}
|