blob: 263993f59a5510eea684ea9ed201d09524fd0930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.member-search-form {
float: left;
}
.milestone-row {
@include str-truncated(90%);
}
.dashboard .side .panel .panel-heading .input-group {
.form-control {
height: 42px;
}
}
|