Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-24 16:31:26 +0300
committerDenys Mishunov <dmishunov@gitlab.com>2019-08-07 12:57:38 +0300
commit5b5fc580f38174154af314b2e4c41f0c5d8c8b38 (patch)
tree4793b03800b46cd44ac165ee483badb83886c847 /app/assets/stylesheets/pages
parent4bb8a4e3d3cd74e6e7a40c5e7805dd3670fdfc37 (diff)
Properly labelling fields on Search page
Adding proper <label>s while removing labels from the fields themselves. This gives more space for the field's content
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/search.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index dbf600df9d6..a42e0dcbd5c 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -189,6 +189,7 @@ input[type='checkbox']:hover {
.search-holder {
@include media-breakpoint-up(sm) {
display: flex;
+ align-items: flex-end;
}
.search-field-holder,