Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a522db4d
Commit
a522db4d
authored
Aug 13, 2020
by
Rajat Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filtered search width fix on Roadmap
Add style to prevent filtered search from overflowing the width available
parent
e4695080
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
19 deletions
+22
-19
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+17
-0
ee/app/assets/stylesheets/pages/requirements.scss
ee/app/assets/stylesheets/pages/requirements.scss
+0
-6
ee/app/assets/stylesheets/pages/roadmap.scss
ee/app/assets/stylesheets/pages/roadmap.scss
+0
-13
ee/changelogs/unreleased/roadmap-filtered-search.yml
ee/changelogs/unreleased/roadmap-filtered-search.yml
+5
-0
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
a522db4d
...
...
@@ -458,6 +458,23 @@
}
.vue-filtered-search-bar-container
{
.gl-search-box-by-click
{
// Absolute width is needed to prevent flex to grow
// beyond the available width.
.gl-filtered-search-scrollable
{
width
:
1px
;
}
// There are several styling issues happening while using
// `GlFilteredSearch` in roadmap due to some of our global
// styles which we need to override until those are fixed
// at framework level.
// See https://gitlab.com/gitlab-org/gitlab-ui/-/issues/908
.input-group-prepend
+
.gl-filtered-search-scrollable
{
border-radius
:
0
;
}
}
@include
media-breakpoint-up
(
md
)
{
.sort-dropdown-container
{
margin-left
:
10px
;
...
...
ee/app/assets/stylesheets/pages/requirements.scss
View file @
a522db4d
...
...
@@ -23,12 +23,6 @@
}
.requirements-list-container
{
.gl-search-box-by-click
{
.gl-filtered-search-scrollable
{
border-radius
:
0
;
}
}
.requirements-list
{
li
.issuable-main-info
{
// These rules prevent adjecant REQ ID from wrapping
...
...
ee/app/assets/stylesheets/pages/roadmap.scss
View file @
a522db4d
...
...
@@ -560,16 +560,3 @@ html.group-epics-roadmap-html {
color
:
$gray-700
;
padding-top
:
$gl-spacing-scale-1
;
}
// There are several styling issues happening while using
// `GlFilteredSearch` in roadmap due to some of our global
// styles which we need to override until those are fixed
// at framework level.
// See https://gitlab.com/gitlab-org/gitlab-ui/-/issues/908
.epics-roadmap-filters-gl-ui
{
.gl-search-box-by-click
{
.gl-filtered-search-scrollable
{
border-radius
:
0
;
}
}
}
ee/changelogs/unreleased/roadmap-filtered-search.yml
0 → 100644
View file @
a522db4d
---
title
:
Filtered search width fix on Roadmap
merge_request
:
39440
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment