7 lines
129 B
SCSS
7 lines
129 B
SCSS
.input-group-addon,
|
|
.input-group-btn {
|
|
min-width: 40px;
|
|
white-space: nowrap;
|
|
vertical-align: middle; // Match the inputs
|
|
}
|