gitlab-org--gitlab-foss/app/assets/stylesheets/pages/search.scss
Jacob Schatz c12bd5474e Search title was getting clipped horizontally.
Fixed by adding height to search title css.
2016-01-16 10:14:13 -05:00

23 lines
316 B
SCSS

.search-results {
.search-result-row {
border-bottom: 1px solid #DDD;
padding-bottom: 15px;
margin-bottom: 15px;
.term {
height: 22px;
}
}
}
.search-holder {
max-width: 600px;
margin: 0 auto;
margin-bottom: 20px;
input {
border-color: #BBB;
font-weight: bold;
}
}