summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-12-29 21:25:55 +0000
committerFatih Acet <acetfatih@gmail.com>2016-12-29 21:25:55 +0000
commitf9a49d0999de0cd81accd08abc2248f9c0fa56c9 (patch)
tree2dd2e4259d18e965ca4e355d32e2cb92e3d6f6f2
parent43cdae4a87f40ec4230195e4320325b021dc1fbd (diff)
parent77ee5e0ed58649dab6c282b3529bbe70b9bfe229 (diff)
downloadgitlab-ce-23892-completing-an-item-in-a-task-list-removes-the-todo-flag-from-a-ticket.tar.gz
Merge branch '26192-fixes-too-short-input' into 'master' 23892-completing-an-item-in-a-task-list-removes-the-todo-flag-from-a-ticket
fixes too short input for placeholder message in commit listing page Closes #26192 See merge request !8367
-rw-r--r--app/assets/stylesheets/pages/projects.scss6
-rw-r--r--changelogs/unreleased/26192-fixes-too-short-input.yml4
2 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index d6aa4c4c032..b99be02ab0c 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -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;
diff --git a/changelogs/unreleased/26192-fixes-too-short-input.yml b/changelogs/unreleased/26192-fixes-too-short-input.yml
new file mode 100644
index 00000000000..ff707f4694d
--- /dev/null
+++ b/changelogs/unreleased/26192-fixes-too-short-input.yml
@@ -0,0 +1,4 @@
+---
+title: Fixes too short input for placeholder message in commit listing page
+merge_request: 8367
+author: