Commit 42cf8b84 authored by Nur Rony's avatar Nur Rony

fixes too short input for placeholder message in commit listing page

parent b0765d24
......@@ -627,6 +627,12 @@ pre.light-well {
}
}
.commits-search-form {
.input-short {
min-width: 200px;
}
}
.project-last-commit {
@media (min-width: $screen-sm-min) {
margin-top: $gl-padding;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment