Commit f9a49d09 authored by Fatih Acet's avatar Fatih Acet

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
...@@ -627,6 +627,12 @@ pre.light-well { ...@@ -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;
......
---
title: Fixes too short input for placeholder message in commit listing page
merge_request: 8367
author:
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