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
44085354
Commit
44085354
authored
Dec 13, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent overflow with vertical scroll when we have space to show content
Adds changelog
parent
0139896b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
13 deletions
+16
-13
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+5
-3
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+7
-10
changelogs/unreleased/20052-actions-table-vscroll.yml
changelogs/unreleased/20052-actions-table-vscroll.yml
+4
-0
No files found.
app/assets/stylesheets/pages/environments.scss
View file @
44085354
.deployments-container
{
width
:
100%
;
overflow
:
auto
;
@media
(
max-width
:
$screen-md-max
)
{
.deployments-container
{
width
:
100%
;
overflow
:
auto
;
}
}
.environments-list-loading
{
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
44085354
...
...
@@ -37,12 +37,13 @@
}
}
.content-list
{
&
.pipelines
,
&
.builds-content-list
{
width
:
100%
;
overflow
:
auto
;
@media
(
max-width
:
$screen-md-max
)
{
.content-list
{
&
.pipelines
,
&
.builds-content-list
{
width
:
100%
;
overflow
:
auto
;
}
}
}
...
...
@@ -666,10 +667,6 @@
min-width
:
900px
;
}
.content-list.pipelines
{
overflow
:
auto
;
}
.stage
{
max-width
:
100px
;
width
:
100px
;
...
...
changelogs/unreleased/20052-actions-table-vscroll.yml
0 → 100644
View file @
44085354
---
title
:
Prevent overflow with vertical scroll when we have space to show content
merge_request
:
8061
author
:
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