Skip to content
Snippets Groups Projects
Commit 42cf8b84 authored by Nur Rony's avatar Nur Rony
Browse files

fixes too short input for placeholder message in commit listing page

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