13 lines
187 B
SCSS
13 lines
187 B
SCSS
.member-search-form {
|
|
float: left;
|
|
}
|
|
|
|
.milestone-row {
|
|
@include str-truncated(90%);
|
|
}
|
|
|
|
.dashboard .side .panel .panel-heading .input-group {
|
|
.form-control {
|
|
height: 42px;
|
|
}
|
|
}
|