Skip to content
Snippets Groups Projects
Commit f9a49d09 authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch '26192-fixes-too-short-input' into 'master'

fixes too short input for placeholder message in commit listing page

Closes #26192

See merge request !8367
parents 43cdae4a 77ee5e0e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
---
title: Fixes too short input for placeholder message in commit listing page
merge_request: 8367
author:
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